summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-02 10:12:16 +0100
committermh <mh@immerda.ch>2012-02-02 10:12:16 +0100
commit9d1e4d707694489b91a4c5b5be7af44cf9b9493d (patch)
treedc75d078b532748c9632575b62480f7deb9dab0b /manifests/apache.pp
parent10390a88051ea4e3ad0ded1cbf0cb93df553fe78 (diff)
parent108a2f0483b39901a0cbb321a9de63a2cf3c49ac (diff)
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'manifests/apache.pp')
-rw-r--r--manifests/apache.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apache.pp b/manifests/apache.pp
index c560e5b..6acf538 100644
--- a/manifests/apache.pp
+++ b/manifests/apache.pp
@@ -2,7 +2,7 @@ class nagios::apache inherits ::apache {
$nagios_httpd = 'apache'
include nagios
- case $operatingsystem {
+ case $::operatingsystem {
'debian': {
file { "${nagios::defaults::vars::int_nagios_cfgdir}/apache2.conf":
ensure => present,