On my puppetmaster: cd /etc/puppet tar zcvf ../pmaster.tar.gz *
copy pmaster.tar.gz to another machine that is defined in the manifest/catalog On different machine: mkdir -p /usr/local/localPuppet mv pmaster.tar.gz /usr/local/localPuppet/ cd /usr/local/localPuppet tar zxvf pmaster.tar.gz puppet apply [--noop] --debug --modulepath /usr/local/localPuppet/modules /usr/local/localPuppet/manifests/site.pp The "--noop" is optional. Does anyone see any glaringly obvious errors in this ? “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) -- 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.
