On Mon, Jun 13, 2011 at 1:57 PM, Craig White <[email protected]> wrote: > I've gone over the documentation several times now and I can't figure out how > to 'apply' a manifest to a client. > > The client does have a signed certificate but the only thing in the > /etc/puppet folder on the client is an ssl directory.\
If you are running puppet against a remote puppet master, you should run puppet agent rather than puppet apply. puppet apply is only when you have a copy of the manifest locally. > I have a manifest that works fine on the puppet 'master' > > I have added the client into /etc/puppet/manifests/nodes.pp > > I see a page on the website that talks about 'puppet device' but i don't seem > to have that option: You are looking at 2.7 documentation and using an older client, run puppet --version and review the documentation from the appropriate version. Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
