search for: puppetmaster_manifest

Displaying 3 results from an estimated 3 matches for "puppetmaster_manifest".

2012 Jul 02
3
is site.pp a must to have‏
Hi, is site.pp a file must to have? I have set up a puppet server, but my following manifest just cannot apply to my client, the server itself. # cat haitest.pp file { ''/etc/motd'' : source => "puppet:///files/motd" ,} Thanks. Hai T. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this
2009 Feb 10
3
something wrong with mongrel?
...Handler balancer-manager Order allow,deny Allow from all </Location> ProxyPass / balancer://puppetmaster:8140/ ProxyPassReverse / balancer://puppetmaster:8140/ ProxyPreserveHost on </VirtualHost> ]# grep -v "#" /etc/sysconfig/puppetmaster|grep . PUPPETMASTER_MANIFEST=/etc/puppet/manifests/site.pp PUPPETMASTER_LOG=/var/log/puppet/puppetmaster.log PUPPETMASTER_PORTS=( 18140 18141 18142 18143 ) PUPPETMASTER_EXTRA_OPTS="--servertype=mongrel" And puppet is running as: puppet 2848 12.8 3.1 147100 131852 ? Rsl 11:52 1:56 /usr/bin/ruby /usr/sb...
2007 Jul 11
17
Best practise guide
Hi, I''m a new puppet user (thanks !) and I''m just looking at moving my homegrown manifest structure into something resembling the best practise guide at : http://www.reductivelabs.com/trac/puppet/wiki/PuppetBestPractice. It seems as if the structure here doesn''t map to the default puppet layout (and thus doesn''t work with the standard puppet config