Libraries
»
puppetlabs-docker
(10.3.0)
»
Index (s)
»
Puppet Tasks
»
service_update
Puppet Task: service_update
Defined in:
tasks/service_update.json,
tasks/service_update.rb
Overview
Updates an existing service.
Supports noop?
false
Parameters
service
(String[1])
— The service to update
image
(String[1])
— The new image to use for the service
constraint_add
(Optional[Array])
— Add or update a service constraint (selector==value, selector!=value)
constraint_rm
(Optional[Array])
— Remove a service constraint if exists.