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],
|
notify => Service[$ng_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# # manage nagios.conf for httpd
|
# manage nagios.conf for httpd
|
||||||
|
|
||||||
# file { $ng_nagios_conf:
|
file { $ng_nagios_conf:
|
||||||
# ensure => file,
|
ensure => absent,
|
||||||
# path => $ng_nagios_conf,
|
# path => $ng_nagios_conf,
|
||||||
# owner => 'root',
|
# owner => 'root',
|
||||||
# group => 'root',
|
# group => 'root',
|
||||||
@@ -67,7 +67,7 @@ class cd_nagios::server::files (
|
|||||||
# seluser => system_u,
|
# seluser => system_u,
|
||||||
# content => template($ng_nagios_conf_erb),
|
# content => template($ng_nagios_conf_erb),
|
||||||
# notify => Service[$ae_service],
|
# notify => Service[$ae_service],
|
||||||
# }
|
}
|
||||||
|
|
||||||
file { $ng_forward_conf:
|
file { $ng_forward_conf:
|
||||||
ensure => file,
|
ensure => file,
|
||||||
|
|||||||
Reference in New Issue
Block a user