aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-14 12:53:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-14 12:53:12 -0200
commit9fa0507da37b5b72190f068b21646e75374e0a0a (patch)
treec98fcf678ee883d6095a54d391c6ec578914636c /manifests
parent34e39f24c37d9638eb852f850036dc568fb8da00 (diff)
downloadpuppet-nodo-9fa0507da37b5b72190f068b21646e75374e0a0a.tar.gz
puppet-nodo-9fa0507da37b5b72190f068b21646e75374e0a0a.tar.bz2
Using the lsb module
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/lsb.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/subsystems/lsb.pp b/manifests/subsystems/lsb.pp
index 4516470..cefe05a 100644
--- a/manifests/subsystems/lsb.pp
+++ b/manifests/subsystems/lsb.pp
@@ -1,4 +1,3 @@
class lsb {
- package { "lsb-release": ensure => installed, }
- include assert_lsbdistcodename
+ include lsb::debian
}