]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
gather some debug output
authorStephen Gran <steve@lobefin.net>
Sun, 19 Jan 2014 13:08:12 +0000 (13:08 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 19 Jan 2014 13:08:12 +0000 (13:08 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp

index b2671bc83e6660f6440c20b798ef099563d76488..e19be7f83d1310c9ca75a1d10c062288551ad384 100644 (file)
@@ -1,3 +1,7 @@
+# == Class: debian-org
+#
+# Stuff common to all debian.org servers
+#
 class debian-org {
        if getfromhash($site::nodeinfo, 'hoster', 'mirror-debian') {
                $mirror = getfromhash($site::nodeinfo, 'hoster', 'mirror-debian')
@@ -142,9 +146,9 @@ class debian-org {
                changes => [
                        'set ud/runlevels 2345',
                        'set ud/action respawn',
-                       "set ud/process /usr/bin/ud-replicated",
+                       'set ud/process "/usr/bin/ud-replicated -d"',
                ],
-               notify => Exec['init q'],
+               notify  => Exec['init q'],
        }
 
        if getfromhash($site::nodeinfo, 'hoster', 'mirror-debian') {