module-icinga2/manifests
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
..
nrpe Renamed the icinga2::client class to icinga2::nrpe; this is mainly to accomodate other potential tyes of clients in the future, like NSCA or the Icinga 2 agent. 2014-07-20 17:35:20 -07:00
object Whitespace cleanup. 2014-08-23 17:39:36 -07:00
server 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
init.pp Initial commit. 2014-05-02 19:36:32 -07:00
nrpe.pp Renamed the icinga2::client class to icinga2::nrpe; this is mainly to accomodate other potential tyes of clients in the future, like NSCA or the Icinga 2 agent. 2014-07-20 17:35:20 -07:00
object.pp Renamed the objects file and directory. 2014-07-26 17:08:47 -07:00
params.pp Added nagios-nrpe-plugin to the client plugin package list for Ubuntu 12.04. 2014-08-21 22:12:30 -07:00
server.pp Whitespace cleanup in manifests/server.pp 2014-08-21 22:07:01 -07:00