| 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', |
}
|
|