summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
authorChristian G. Warden <cwarden@xerus.org>2012-02-01 16:56:49 -0800
committerMicah Anderson <micah@riseup.net>2012-04-18 12:27:17 -0400
commit32da5faa192dc00f781bdb679aafbc0f41ac180d (patch)
tree09d72933dc14f7d89c8119fc7d833cb5e1b4b995 /manifests/apache.pp
parent8e364f5929156827bc767d828b9c56b7144758fc (diff)
Fully qualify facter variables to suppress warnings
merge conflict due to immerda's branch not being up-to-date on the bot
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,