Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
2
-
2020.12.08-12.18
-
Needs Assessment
Description
We added support for managing the logon user and password to the windows service provider, but it's not reflected in the documentation for the provider. We should add an example to the description: https://github.com/puppetlabs/puppet/blob/96029b003cfbb5303426cbc110f350a0d4b6af06/lib/puppet/provider/service/windows.rb#L5-L12
service { 'name-of-service': |
ensure => 'running', |
enable => 'true', |
logonaccount => 'domain\\user', |
logonpassword => $password, |
}
|
Attachments
Issue Links
- relates to
-
PUP-1289 Ability to manage a windows service's user account and password
-
- Resolved
-