diff options
author | mh <mh@immerda.ch> | 2012-06-05 20:04:46 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-05 20:04:46 -0300 |
commit | 23660f8e9253ceafa89bd8ae568bf93c5b6c6619 (patch) | |
tree | 8931a31e189105bf0c2d18d7108a11c4e0f8c145 /manifests | |
parent | a93a38ca7cf9423826fae94a70e23e180f909088 (diff) | |
download | puppet-lsb-23660f8e9253ceafa89bd8ae568bf93c5b6c6619.tar.gz puppet-lsb-23660f8e9253ceafa89bd8ae568bf93c5b6c6619.tar.bz2 |
new style for 2.7
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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 } } |