From: Peter Palfrader Date: Thu, 18 Mar 2010 12:59:20 +0000 (+0100) Subject: puppet does not like requiring the same package twice, apparently X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=03cb41852972efb8e1df55852b173d1cc4b47e3c;p=mirror%2Fdsa-puppet.git puppet does not like requiring the same package twice, apparently --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 45d14d474..d49d9f8cf 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -17,7 +17,6 @@ class ferm { package { ferm: ensure => installed; ulogd: ensure => installed; - logrotate: ensure => installed; } file {