]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
mention the url to the issue about the services' init script
authorGabriel Filion <gabster@lelutin.ca>
Mon, 20 May 2013 20:21:06 +0000 (16:21 -0400)
committerGabriel Filion <gabster@lelutin.ca>
Mon, 20 May 2013 20:21:06 +0000 (16:21 -0400)
this way we can follow up on the situation, put pressure on the
community to get this fixed, and remove our hack when it's fixed.

manifests/disable/debian.pp

index dc48578a12c2c8ec7cf1cfae5e25bb954915be19..213efc50b68100df44fb53b8a192a302039c457e 100644 (file)
@@ -1,5 +1,9 @@
 # debian has some issues with absent
-# init scripts
+# init scripts.
+# It's a bug in debian's provider that should be fixed in puppet, but in the
+# meantime we need this hack.
+#
+# see: https://projects.puppetlabs.com/issues/9381
 class postfix::disable::debian inherits postfix::disable::base {
   Service['postfix']{
     hasstatus => false,