summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
authorChristian G. Warden <cwarden@xerus.org>2012-02-01 16:56:49 -0800
committerChristian G. Warden <cwarden@xerus.org>2012-02-01 16:56:49 -0800
commit363bdd5c7519aea45be143f4a19c10dc41a9b03f (patch)
tree25e86552781d5c3a87e67aaa8ff912e472b66771 /manifests/apache.pp
parentf2df62c9d17d481a3d616a4f2de9496638fadc0a (diff)
Fully qualify facter variables to suppress warnings
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,