From: drebs Date: Mon, 15 Feb 2010 02:49:52 +0000 (-0200) Subject: Adding configfile for mongrel. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=43464db754d7a093cf829f1a45b59a0fdf735210;p=puppet-puppet.git Adding configfile for mongrel. --- diff --git a/files/etc/default/puppetmaster b/files/etc/default/puppetmaster new file mode 100644 index 0000000..55f4241 --- /dev/null +++ b/files/etc/default/puppetmaster @@ -0,0 +1,6 @@ +# Puppetmaster + Mongrel +START=yes +SERVERTYPE=mongrel +PUPPETMASTERS=4 +PORT=18140 +DAEMON_OPTS="--ssl_client_header=HTTP_X_SSL_SUBJECT"