]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 17 Feb 2010 18:57:35 +0000 (16:57 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 17 Feb 2010 18:57:35 +0000 (16:57 -0200)
manifests/puppetmasterd.pp
templates/puppetmaster.erb

index 671d78739ed7023c65a16b830e4b3ecb1a9e5e59..ce5195e8bb69bafe615e99bbd20f6cfdf77e1467 100644 (file)
@@ -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'
     }
   }
index 0aa5f3bb075787532736065aef72c0cc4b1c0e5e..2ae5f111f73c5f91971b7081b7d762f6c7dd4615 100644 (file)
@@ -4,7 +4,6 @@
 START=yes
 
 # Startup options
-#DAEMON_OPTS=""
 DAEMON_OPTS="<%= puppetmaster_daemon_opts %>"
 
 # What server type to run