summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 21:34:14 +0200
committermh <mh@immerda.ch>2012-06-05 21:34:14 +0200
commit14805f6fc712aed61f16146b01e37596e7658cbe (patch)
tree31bd5d7035af20a7881a5d86693cac8264dcda9d /manifests/init.pp
parent561a925e0ad13d47473d1b127e34919f5d091824 (diff)
new style for 2.7
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0bf1124..0351724 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -15,8 +15,8 @@
#
class denyhosts {
- case $operatingsystem {
- gentoo: { include denyhosts::gentoo }
- default: { include denyhosts::base }
- }
+ case $::operatingsystem {
+ gentoo: { include denyhosts::gentoo }
+ default: { include denyhosts::base }
+ }
}