module-icinga2/manifests/server
Nick Chappell f9f7cc5ad9 Use && in between the shell commands in the exects so that if any of the commands inside fail, the entire exec resource will fail.
With ; in between each shell command, the command chain would continue on even if one of the commands returned a non-0 exit status. Because this would make Puppet think the entire exec resource succeeded, Puppet would continue on configuring the rest of the resources in icinga2::server and all of its subclasses. With && in between each subcommand, the execs will fail if any of the subcommands fail and Puppet will skip the rest of the module's resources, not leaving things in a bad state.
2014-08-24 12:07:46 -07:00
..
config.pp Added directories for template, constant and apply objects. 2014-07-05 18:10:37 -07:00
install.pp Use && in between the shell commands in the exects so that if any of the commands inside fail, the entire exec resource will fail. 2014-08-24 12:07:46 -07:00
service.pp Added a subsection for server service parameters. 2014-07-05 15:56:55 -07:00