Dan White
2012-Mar-12 20:02 UTC
[Puppet Users] Sanity Check Request: Trying something Out-Of-The-Box - MasterLess Puppet
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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Adam Heinz
2012-Mar-14 20:40 UTC
Re: [Puppet Users] Sanity Check Request: Trying something Out-Of-The-Box - MasterLess Puppet
That''s pretty much how I bootstrap a puppet master, except that I use svn to copy configuration into /etc/puppet, and I don''t use an alternate module path. -- 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 unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.