diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 16:57:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 16:57:35 -0200 |
commit | cba6ae773a2609b3415234951aeb02e4128f3c59 (patch) | |
tree | c012ba0da3d13c12f9bf6f52d6317bcddca44379 | |
parent | c4e6d980566e4902b25ca40f0d56772f491cd686 (diff) | |
download | puppet-puppet-cba6ae773a2609b3415234951aeb02e4128f3c59.tar.gz puppet-puppet-cba6ae773a2609b3415234951aeb02e4128f3c59.tar.bz2 |
Minor changes
-rw-r--r-- | manifests/puppetmasterd.pp | 2 | ||||
-rw-r--r-- | templates/puppetmaster.erb | 1 |
2 files changed, 1 insertions, 2 deletions
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 |