From b89d76af331be138519281610d843bb6225bff61 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 19 Jan 2014 13:08:12 +0000 Subject: [PATCH] gather some debug output Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index b2671bc83..e19be7f83 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -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') { -- 2.20.1