changed logic for http vs https and removed index+ welcome file control

This commit is contained in:
Arne Teuke
2017-07-23 13:32:28 +01:00
parent 9ddc12c8ee
commit 101aa23b1b

View File

@@ -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,