summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2013-05-20 16:21:06 -0400
committerGabriel Filion <gabster@lelutin.ca>2013-05-20 16:21:06 -0400
commita9ec67ca025197e9e85b6d6752f76ff8cac37f92 (patch)
tree3bec539f9c690172a970abfaaf93b54d1ba7e9eb
parent39f1218960348d43bd368bff546d9467a1264e0d (diff)
mention the url to the issue about the services' init script
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.
-rw-r--r--manifests/disable/debian.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/disable/debian.pp b/manifests/disable/debian.pp
index dc48578..213efc5 100644
--- a/manifests/disable/debian.pp
+++ b/manifests/disable/debian.pp
@@ -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,