You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for changing the default setting for service enable/ensure when manage_service is set to true.
When using packer to build AMIs and have a need for the sensu client service to be set to:
ensure => stopped
enable => true
The reason for this is we do not want the packer instance to kick off the monitoring client while our AMI is being built, however we do want the service to start automatically whenever the AMI is eventually launched.
The text was updated successfully, but these errors were encountered:
Description of problem
Allow for changing the default setting for service enable/ensure when manage_service is set to true.
When using packer to build AMIs and have a need for the sensu client service to be set to:
The reason for this is we do not want the packer instance to kick off the monitoring client while our AMI is being built, however we do want the service to start automatically whenever the AMI is eventually launched.
The text was updated successfully, but these errors were encountered: