summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-17 16:57:35 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-17 16:57:35 -0200
commitcba6ae773a2609b3415234951aeb02e4128f3c59 (patch)
treec012ba0da3d13c12f9bf6f52d6317bcddca44379 /manifests/puppetmasterd.pp
parentc4e6d980566e4902b25ca40f0d56772f491cd686 (diff)
downloadpuppet-puppet-cba6ae773a2609b3415234951aeb02e4128f3c59.tar.gz
puppet-puppet-cba6ae773a2609b3415234951aeb02e4128f3c59.tar.bz2
Minor changes
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r--manifests/puppetmasterd.pp2
1 files changed, 1 insertions, 1 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'
}
}