Jira (PUP-1289) Ability to manage a windows service's user account and password

0 views
Skip to first unread message

Rob Reynolds (JIRA)

unread,
Nov 5, 2015, 12:45:03 PM11/5/15
to puppe...@googlegroups.com
Rob Reynolds updated an issue
 
Puppet / New Feature PUP-1289
Ability to manage a windows service's user account and password
Change By: Rob Reynolds
CS Priority: Needs Priority
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.12#64027-sha1:e3691cc)
Atlassian logo

Rob Reynolds (JIRA)

unread,
Nov 5, 2015, 12:45:04 PM11/5/15
to puppe...@googlegroups.com
Rob Reynolds updated an issue
Change By: Rob Reynolds
Component/s: Windows
Component/s: PE

Owen Rodabaugh (JIRA)

unread,
Nov 5, 2015, 6:48:03 PM11/5/15
to puppe...@googlegroups.com
Owen Rodabaugh updated an issue
Change By: Owen Rodabaugh
CS Priority: Needs Priority Reviewed

Steve Barlow (JIRA)

unread,
Nov 16, 2015, 1:34:06 PM11/16/15
to puppe...@googlegroups.com

Rob Reynolds (JIRA)

unread,
Mar 16, 2016, 9:31:08 AM3/16/16
to puppe...@googlegroups.com

Rob Reynolds (JIRA)

unread,
Mar 16, 2016, 9:46:05 AM3/16/16
to puppe...@googlegroups.com
Rob Reynolds assigned an issue to Kenaz Kwa
Change By: Rob Reynolds
Assignee: Ethan Brown Kenaz Kwa

Kenaz Kwa (JIRA)

unread,
Aug 29, 2016, 7:34:09 PM8/29/16
to puppe...@googlegroups.com
Kenaz Kwa updated an issue
Change By: Kenaz Kwa
Team: Agent & Platform Support
This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9)
Atlassian logo

Josh Cooper (JIRA)

unread,
Apr 6, 2017, 2:55:06 PM4/6/17
to puppe...@googlegroups.com
Josh Cooper updated an issue
Change By: Josh Cooper
Fix Version/s: PUP 4.y
Fix Version/s: PUP 5.y
This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe)
Atlassian logo

Maggie Dreyer (JIRA)

unread,
May 15, 2017, 2:55:03 PM5/15/17
to puppe...@googlegroups.com
Maggie Dreyer commented on New Feature PUP-1289
 
Re: Ability to manage a windows service's user account and password

This ticket has not been updated in some time and is now being closed due to inactivity. In addition, there appears to be a third-party workaround (see comment from Josh Cooper above). If any viewer/watcher feels closing this ticket is an error, or if the suggested workaround is insufficient, please re-open it and add a comment explaining. Our apologies in advance for any mistake on this.

John Duarte (JIRA)

unread,
May 15, 2017, 2:55:37 PM5/15/17
to puppe...@googlegroups.com
John Duarte updated an issue
 
Change By: John Duarte
Labels: redmine  triaged  windows

Moses Mendoza (JIRA)

unread,
May 18, 2017, 1:44:44 PM5/18/17
to puppe...@googlegroups.com
Moses Mendoza updated an issue
Change By: Moses Mendoza
Labels: redmine  triaged  windows

Ethan Brown (JIRA)

unread,
May 18, 2017, 6:10:03 PM5/18/17
to puppe...@googlegroups.com
Ethan Brown commented on New Feature PUP-1289
 
Re: Ability to manage a windows service's user account and password

This is still a customer ask - re-opening.

Craig Gomes (JIRA)

unread,
Jul 25, 2017, 5:33:04 PM7/25/17
to puppe...@googlegroups.com
Craig Gomes assigned an issue to Unassigned
 
Change By: Craig Gomes
Assignee: Kenaz Kwa

Nate McCurdy (JIRA)

unread,
Feb 1, 2018, 9:00:04 PM2/1/18
to puppe...@googlegroups.com
Nate McCurdy commented on New Feature PUP-1289
 
Re: Ability to manage a windows service's user account and password

This would be a great feature because it would more easily allow people to configure the puppet agent service and what user/password/domain it runs with.

I run into this all the time and usually fall back to setting those things at agent install time.

This message was sent by Atlassian JIRA (v7.0.2#70111-sha1:88534db)
Atlassian logo

Branan Riley (JIRA)

unread,
May 9, 2018, 2:41:02 PM5/9/18
to puppe...@googlegroups.com
Branan Riley updated an issue
 
Change By: Branan Riley
Labels: customer redmine service triaged type_and_provider windows
This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)
Atlassian logo

Benjamin Ostrowski (JIRA)

unread,
Oct 24, 2018, 10:37:11 AM10/24/18
to puppe...@googlegroups.com
Benjamin Ostrowski commented on New Feature PUP-1289
 
Re: Ability to manage a windows service's user account and password

This is a 4 year old feature request that is still needed.  

Darren Gipson (JIRA)

unread,
May 31, 2019, 11:42:04 AM5/31/19
to puppe...@googlegroups.com
Darren Gipson commented on New Feature PUP-1289

Hi, This is possible using the dsc module doing something like the below. I have this working in my environment.

//DSC code
dsc_xservice { 'service_name':
  dsc_name => 'service_name',
  dsc_desktopinteract => false,
  dsc_credential => {
    'user' => $service_account,
    'password' => Sensitive($service_account_password)
  },
}

 

Chip Burnett (Jira)

unread,
May 13, 2020, 1:21:02 PM5/13/20
to puppe...@googlegroups.com
Chip Burnett commented on New Feature PUP-1289

This should not still be an unassigned feature request after 6+ years.  Service accounts are a staple of the enterprise environments.

This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)
Atlassian logo

Darren Gipson (Jira)

unread,
May 13, 2020, 2:17:03 PM5/13/20
to puppe...@googlegroups.com
Darren Gipson commented on New Feature PUP-1289

Thanks Chip! anything to move anyway from DSC

Mihai Buzgau (Jira)

unread,
May 20, 2020, 4:03:04 AM5/20/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
May 20, 2020, 4:04:04 AM5/20/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: PR NW - Triage 2020-05-27

Luchian Nemes (Jira)

unread,
May 21, 2020, 5:22:03 AM5/21/20
to puppe...@googlegroups.com

Mihai Buzgau (Jira)

unread,
May 27, 2020, 4:02:03 AM5/27/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2020-05-27 , NW - 2020-06-10

Mihai Buzgau (Jira)

unread,
Jun 10, 2020, 4:54:03 AM6/10/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2020-05-27, NW - 2020-06-10 , NW - 2020-06-24

Mihai Buzgau (Jira)

unread,
Jun 24, 2020, 4:12:03 AM6/24/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2020-05-27, NW - 2020-06- 08, NW - 2020-06- 10, NW - 2020-06-24

Mihai Buzgau (Jira)

unread,
Jul 8, 2020, 3:40:03 AM7/8/20
to puppe...@googlegroups.com
Mihai Buzgau updated an issue
Change By: Mihai Buzgau
Sprint: NW - 2020-05-27, NW - 2020-07-08, NW - 2020-06-10, NW - 2020-06-24 , NW - 2020-07-21

Ciprian Badescu (Jira)

unread,
Jul 8, 2020, 9:07:03 AM7/8/20
to puppe...@googlegroups.com

Ciprian Badescu (Jira)

unread,
Jul 8, 2020, 9:08:04 AM7/8/20
to puppe...@googlegroups.com

Luchian Nemes (Jira)

unread,
Jul 8, 2020, 9:33:04 AM7/8/20
to puppe...@googlegroups.com
Luchian Nemes updated an issue
Change By: Luchian Nemes
Release Notes: New Feature
Release Notes Summary: Adds the `logonaccount` and `logonpassword` fields for managing the logon credentials used by services on Windows.

Darren Gipson (Jira)

unread,
Dec 3, 2020, 12:24:03 PM12/3/20
to puppe...@googlegroups.com
Darren Gipson commented on New Feature PUP-1289
 
Re: Ability to manage a windows service's user account and password

Hi Puppet,

I have been testing this out and really struggled to find any documentation that specified the changes here.

I worked it out; please can you update your documentation here and here?

Anyone else reading, something like this works:

 

// this worked for me:
service { 'name-of-service':
  logonaccount  => 'domain\\user', 
  logonpassword => $secret, #sensitive
  ensure        => 'running',
  enable        => 'true', 
}

 

Josh Cooper (Jira)

unread,
Dec 3, 2020, 12:36:04 PM12/3/20
to puppe...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages