- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with windows_services
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Support - How contribute
Module allow us to change the username and password for a service.
Module allow us for now to change the username and password for a service.
Delayed resource can't be applied without a server restart.
##Last Fix/Update V 0.0.4 :
- Add Carbon.dll assembly. Permit to give privilege : SeServiceLogonRight to the specify account (useful for managing server without DC features)
Depends on the following modules: 'puppetlabs/powershell', '>=1.0.2', 'puppetlabs/stdlib', '>= 4.2.1'
Resource: windows_services::delayedstart
windows_services::delayedstart{'puppetdelayed':
servicename => "puppet",
}
Parameters
$delayed # Default True for put delayed start on service, set to false to let to automatic start
Resource: windows_services:credentials
windows_services::credentials{'puppet':
username => "DOMAIN\\User",
password => "P@ssw0rd",
servicename => "puppet",
delayed => true,
}
Parameters
$delayed # Default False, set to true to set delayed start on servicename. (Restart needed)
Works only with windows. Tested on Windows Server 2012 R2
The delayed resource is only applied when server reboot.
Apache License, Version 2.0
Please log tickets and issues at GitHub site