diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-10 14:59:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-10 14:59:12 -0300 |
commit | 3742c1a00c5602154a81834443ec5b0ca32c4ca0 (patch) | |
tree | 107f4ae6803489ca9a3bcc198681cab1a33a9e65 | |
parent | a93a38ca7cf9423826fae94a70e23e180f909088 (diff) | |
download | puppet-lsb-3742c1a00c5602154a81834443ec5b0ca32c4ca0.tar.gz puppet-lsb-3742c1a00c5602154a81834443ec5b0ca32c4ca0.tar.bz2 |
Adding ubuntu support
-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..c55409f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ class lsb { case $operatingsystem { - debian: { include lsb::debian } + debian,ubuntu: { include lsb::debian } centos: { include lsb::centos } } } |