From: duritong Date: Fri, 30 Oct 2009 21:27:09 +0000 (+0100) Subject: unset dependency for lsb if there's a default one X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a93a38ca7cf9423826fae94a70e23e180f909088;p=puppet-lsb.git unset dependency for lsb if there's a default one --- diff --git a/manifests/debian.pp b/manifests/debian.pp index a469e85..c32070f 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -1,5 +1,6 @@ class lsb::debian inherits lsb::base { Package['lsb']{ name => 'lsb-release', + require => undef, } }