summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 20:04:46 -0300
committermh <mh@immerda.ch>2012-06-05 20:04:46 -0300
commit23660f8e9253ceafa89bd8ae568bf93c5b6c6619 (patch)
tree8931a31e189105bf0c2d18d7108a11c4e0f8c145
parenta93a38ca7cf9423826fae94a70e23e180f909088 (diff)
downloadpuppet-lsb-23660f8e9253ceafa89bd8ae568bf93c5b6c6619.tar.gz
puppet-lsb-23660f8e9253ceafa89bd8ae568bf93c5b6c6619.tar.bz2
new style for 2.7
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9db3a70..312e0b8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class lsb {
- case $operatingsystem {
+ case $::operatingsystem {
debian: { include lsb::debian }
centos: { include lsb::centos }
}