summaryrefslogtreecommitdiff
path: root/manifests/config
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 21:35:37 -0300
committermh <mh@immerda.ch>2012-06-05 21:35:37 -0300
commit65f6bb2025218692949530db6703792cc6865c02 (patch)
treeac44acb252c06d2e7de3e74e0fb56db2dbdd51e5 /manifests/config
parent076909377eaa3aa41936e3acb7e02a9b5b14d493 (diff)
new style for 2.7
Diffstat (limited to 'manifests/config')
-rw-r--r--manifests/config/file.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config/file.pp b/manifests/config/file.pp
index a5b0f2e..f5053e9 100644
--- a/manifests/config/file.pp
+++ b/manifests/config/file.pp
@@ -13,7 +13,7 @@ define apache::config::file(
default: { fail("Wrong config file type specified for ${name}") }
}
$real_destination = $destination ? {
- 'absent' => $operatingsystem ? {
+ 'absent' => $::operatingsystem ? {
centos => "${apache::centos::config_dir}/${confdir}/${name}",
gentoo => "${apache::gentoo::config_dir}/${name}",
debian => "${apache::debian::config_dir}/${confdir}/${name}",