]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Taking care of debian bug 625626
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 25 May 2011 19:07:52 +0000 (16:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 25 May 2011 19:07:52 +0000 (16:07 -0300)
manifests/puppetd.pp

index 5b0d0945e6804b057f2ef85f2764fd35e00e2da6..f45c9ac1e41f79b6e33f120582634df220b9f946 100644 (file)
@@ -87,4 +87,12 @@ class puppetd inherits puppet {
     group  => root,
     mode   => 0644;
   }
+
+  # restore to original state after the following bug is addressed:
+  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625626
+  if $lsbdistcodename == 'squeeze' {
+    file { "/etc/logrotate.d/puppetmaster":
+      ensure => absent,
+    }
+  }
 }