diff --git a/manifests/nagios/objects/commands.pp b/manifests/nagios/objects/commands.pp index 9b44306..22dc856 100644 --- a/manifests/nagios/objects/commands.pp +++ b/manifests/nagios/objects/commands.pp @@ -18,7 +18,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# @summary Class manages all configuration files required for cd_nagios. +# @summary Class manages all commands known to NAGIOS through Puppet exports, +# and populates /etc/nagios/conf.d/nagios_commands.cfg ############################################################################## class cd_nagios::nagios::objects::commands ( diff --git a/manifests/server/service.pp b/manifests/server/service.pp index 5d8cbd2..315f7f8 100644 --- a/manifests/server/service.pp +++ b/manifests/server/service.pp @@ -28,6 +28,7 @@ class cd_nagios::server::service ( require cd_nagios::server::files require cd_nagios::server::access_rules + require cd_nagios::nagios::objects::commands service { $ng_service: ensure => running,