From a93a38ca7cf9423826fae94a70e23e180f909088 Mon Sep 17 00:00:00 2001 From: duritong Date: Fri, 30 Oct 2009 22:27:09 +0100 Subject: unset dependency for lsb if there's a default one --- manifests/debian.pp | 1 + 1 file changed, 1 insertion(+) 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, } } -- cgit v1.2.3