]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/manifests/init.pp
gather some debug output
[dsa-puppet.git] / modules / debian-org / manifests / init.pp
index 8264a309dc4df1e087113716ea30ac7745c849bd..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 mo/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') {