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"
        do
            puppetmasterd \
            --pidfile=/var/run/puppetmasterd/puppetmasterd."${argument}".pid \
            --servertype=mongrel \
            --ssl_client_header=HTTP_X_SSL_SUBJECT \
            --masterport="${argument}" \
            --logdir=/var/log/puppet
        done


For starting puppet. It's a while since I did this, but I think I mostly followed the docs.


Regards
Bjørn Dyresen



2009/7/16 Soi, Dhruv <soi.dh...@gmail.com>
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 18141 18142 18143 )"


I event tried passing "--servertype=mongrel" argument in /etc/init.d/puppetmaster script but still it didn't work. Any ideas how to make it work on Ubuntu??


Many Thanks,
Dhruv








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to