From: Silvio Rhatto Date: Wed, 17 Feb 2010 18:57:35 +0000 (-0200) Subject: Minor changes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cba6ae773a2609b3415234951aeb02e4128f3c59;p=puppet-puppet.git Minor changes --- diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index 671d787..ce5195e 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -4,7 +4,7 @@ class puppetmasterd { # Configuration case $puppetmaster_servertype { '': { - $puppetmaster_servertype = 'mongrel' + $puppetmaster_servertype = 'mongrel' $puppetmaster_daemon_opts = '--ssl_client_header=HTTP_X_SSL_SUBJECT' } } diff --git a/templates/puppetmaster.erb b/templates/puppetmaster.erb index 0aa5f3b..2ae5f11 100644 --- a/templates/puppetmaster.erb +++ b/templates/puppetmaster.erb @@ -4,7 +4,6 @@ START=yes # Startup options -#DAEMON_OPTS="" DAEMON_OPTS="<%= puppetmaster_daemon_opts %>" # What server type to run