Libraries
»
puppetlabs-service
(2.0.0)
»
Index (w)
»
Puppet Tasks
»
windows
Puppet Task: windows
Defined in:
tasks/windows.json,
tasks/windows.rb
Overview
Manage the state of Windows services (without a puppet agent)
Supports noop?
false
Parameters
action
(Enum[start, stop, restart, status])
— The operation (start, stop, restart, status) to perform on the service
name
(String[1])
— The short name of the Windows service to operate on.
force
(Optional[Boolean])
— Force the service to stop or restart, even if other services depend on it