]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Adding configfile for mongrel.
authordrebs <drebs@riseup.net>
Mon, 15 Feb 2010 02:49:52 +0000 (00:49 -0200)
committerdrebs <drebs@riseup.net>
Mon, 15 Feb 2010 02:49:52 +0000 (00:49 -0200)
files/etc/default/puppetmaster [new file with mode: 0644]

diff --git a/files/etc/default/puppetmaster b/files/etc/default/puppetmaster
new file mode 100644 (file)
index 0000000..55f4241
--- /dev/null
@@ -0,0 +1,6 @@
+# Puppetmaster + Mongrel
+START=yes
+SERVERTYPE=mongrel
+PUPPETMASTERS=4
+PORT=18140
+DAEMON_OPTS="--ssl_client_header=HTTP_X_SSL_SUBJECT"