I've installed a puppetmaster as described here. Now, I need to add a few puppet agents. How can I do that?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Do note: This should work (and has been tested on) Ubuntu 10.04 and 12.04. Now, we're going to use the official Puppet repo, since it has newer versions of most of it. To do that,
Now we have the puppet repository added.
Now we have updated our sources.list, so apt-get knows where to find the puppet package.
make sure you can ping the puppet master at 'puppet'. Now, you need to use the root user for this. Run
on both the agent and the puppetmaster. Now, on the agent:
It should return some output like this:
on master:
And then the output should be something like this:
now go do
on the agent. it should succeed, if you have a manifest on the puppetmaster for it. Example one below:
|
||||
|
|
