changed logic for http vs https and removed index+ welcome file control
This commit is contained in:
@@ -53,10 +53,10 @@ class cd_nagios::server::files (
|
||||
notify => Service[$ng_service],
|
||||
}
|
||||
|
||||
# # manage nagios.conf for httpd
|
||||
# manage nagios.conf for httpd
|
||||
|
||||
# file { $ng_nagios_conf:
|
||||
# ensure => file,
|
||||
file { $ng_nagios_conf:
|
||||
ensure => absent,
|
||||
# path => $ng_nagios_conf,
|
||||
# owner => 'root',
|
||||
# group => 'root',
|
||||
@@ -67,7 +67,7 @@ class cd_nagios::server::files (
|
||||
# seluser => system_u,
|
||||
# content => template($ng_nagios_conf_erb),
|
||||
# notify => Service[$ae_service],
|
||||
# }
|
||||
}
|
||||
|
||||
file { $ng_forward_conf:
|
||||
ensure => file,
|
||||
|
||||
Reference in New Issue
Block a user