On Jul 16, 1:37 am, "Soi, Dhruv" wrote:
> Hi Group,
> I have now configured puppet many times on CentOS and have made it work on
> Mongrel as well. Today, I was trying it on Ubuntu Hardy but can't locate the
> file
> /etc/sysconfig/puppetmaster to uncomment the line "PUPPETMASTER_PORTS=( 18140
Thanks, I found an init script here:
http://pastie.textmate.org/120468.txt and it worked for me. Thanks for
your help.
Bjørn Dyre Dyresen wrote:
In my initscript on ubuntu hardy running puppet with
mongrel I use:
for argument in "$port1" "$port2" "$port3" "$port4" "$port5"
"$port6"
In my initscript on ubuntu hardy running puppet with mongrel I use:
for argument in "$port1" "$port2" "$port3" "$port4" "$port5"
"$port6"
do
puppetmasterd \
--pidfile=/var/run/puppetmasterd/puppetmasterd."${argument}".pid
\
--servertype=mongrel \