I'm the first to admit that I'm an idiot.
I want to get puppet 2.6.4 on Ubuntu 10.10. As far as I can tell, I
need to compile puppet. I've downloaded the 2.6.4 code, but don't know
where to go from there. Any advice or pointers to existing
documentation on this would be greatly appreciated.
Tha
Thanks a bunch. I don't know how I missed this information before.
I used the instructions on http://docs.puppetlabs.com/guides/installation.html.
I tried to first do the methodology using gems and it looked to
install, but then I couldn't find any proof that it had installed, so
I used the sourc
pet/manifests
cd /etc/puppet/manifests
cat < site.pp
# site.pp
file { "/etc/sudoers":
owner => root, group => root, mode => 440
}
EOF
puppetmasterd --mkusers
cd /var/lib/puppet
chown -R puppet:puppet .
cd /etc/puppet
chown -R puppet:puppet .
puppetmasterd
On Jan 25, 2:57
I've been beating my head against the wall with stages. No matter
what I do, it seems to ignore the stages and always runs the classes
in the order of the statements specified, not the order of the
specified stages. In the below example, I've split out the stage
definition into an order class, but
Found the answer. The import statements in my modules were causing the
install manifest to run when I didn't expect it to.
--
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 un