summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-08-13 03:53:40 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-08-13 03:53:40 +1000
commit1b3d7824c03fc5c57cb2aeee070745281810f3c3 (patch)
treedb65d3a425f1b34ad9a2feecd23a72933b43dc10 /ext
parent0aa27b5cc5df818e3878601e83f83a20590e161a (diff)
downloadpuppet-1b3d7824c03fc5c57cb2aeee070745281810f3c3.tar.gz
puppet-1b3d7824c03fc5c57cb2aeee070745281810f3c3.tar.xz
puppet-1b3d7824c03fc5c57cb2aeee070745281810f3c3.zip
Updated config.ru example for 2.6.1
Diffstat (limited to 'ext')
-rw-r--r--ext/rack/files/config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rack/files/config.ru b/ext/rack/files/config.ru
index 995a9f8c5..9dda3da06 100644
--- a/ext/rack/files/config.ru
+++ b/ext/rack/files/config.ru
@@ -4,7 +4,7 @@
# if puppet is not in your RUBYLIB:
# $:.unshift('/opt/puppet/lib')
-$0 = "puppetmasterd"
+$0 = "master"
require 'puppet'
# if you want debugging: