summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index c4ba260..0f8b777 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -26,13 +26,6 @@ class nagios::base {
mode => 0644, owner => root, group => root;
}
- file { 'nagios_commands_cfg':
- path => "${nagios::defaults::vars::int_cfgdir}/commands.cfg",
- ensure => present,
- notify => Service['nagios'],
- mode => 0644, owner => root, group => root;
- }
-
file { 'nagios_cgi_cfg':
path => "${nagios::defaults::vars::int_cfgdir}/cgi.cfg",
source => [ "puppet:///modules/site_nagios/configs/${::fqdn}/cgi.cfg",