removes the wrong resource file
This commit is contained in:
@@ -67,24 +67,6 @@ class cd_nagios::server::files (
|
|||||||
notify => Service[$ng_service],
|
notify => Service[$ng_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# manage resources.cfg file
|
|
||||||
|
|
||||||
file { $ng_resource_file:
|
|
||||||
ensure => file,
|
|
||||||
path => $ng_resource_file,
|
|
||||||
owner => 'root',
|
|
||||||
group => 'root',
|
|
||||||
mode => '0644',
|
|
||||||
selrange => s0,
|
|
||||||
selrole => object_r,
|
|
||||||
seltype => nagios_etc_t,
|
|
||||||
seluser => system_u,
|
|
||||||
content => template($ng_cgi_cfg_erb),
|
|
||||||
notify => Service[$ng_service],
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Apache files
|
## Apache files
|
||||||
# since we use vhost files, we do not want the regular file to appear
|
# since we use vhost files, we do not want the regular file to appear
|
||||||
# after upgrades to avoid conflicts
|
# after upgrades to avoid conflicts
|
||||||
|
|||||||
Reference in New Issue
Block a user