[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90
James Turnbull
james at lovedthanlost.net
Mon Aug 16 12:47:59 UTC 2010
The following commit has been merged in the upstream branch:
commit 865282ae7b9332fdbdfa51b2814755b8a13d244b
Author: James Turnbull <james at lovedthanlost.net>
Date: Wed Jul 21 09:50:21 2010 +1000
Fixed example config.ru
diff --git a/ext/rack/files/config.ru b/ext/rack/files/config.ru
index 5f0834a..995a9f8 100644
--- a/ext/rack/files/config.ru
+++ b/ext/rack/files/config.ru
@@ -11,8 +11,7 @@ require 'puppet'
# ARGV << "--debug"
ARGV << "--rack"
-require 'puppet/application/puppetmasterd'
+require 'puppet/application/master'
# we're usually running inside a Rack::Builder.new {} block,
# therefore we need to call run *here*.
-run Puppet::Application[:puppetmasterd].run
-
+run Puppet::Application[:master].run
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list