From: Silvio Rhatto Date: Mon, 14 Feb 2011 14:53:12 +0000 (-0200) Subject: Using the lsb module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9fa0507da37b5b72190f068b21646e75374e0a0a;p=puppet-nodo.git Using the lsb module --- 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 }