Re: [Puppet Users] semi-standalone puppet mode

2013-02-14 Thread Brian Lalor
On Feb 14, 2013, at 7:01 PM, Jakov Sosic wrote: > On 02/13/2013 05:12 PM, Matthew Black wrote: >> Without fully understanding your modules and how they interact you can >> always take a copy of the site manifest and modules with the node and >> then do something like this >> >> puppet apply /etc

Re: [Puppet Users] semi-standalone puppet mode

2013-02-14 Thread Jakov Sosic
On 02/13/2013 05:12 PM, Matthew Black wrote: Without fully understanding your modules and how they interact you can always take a copy of the site manifest and modules with the node and then do something like this puppet apply /etc/puppet/manifests/site.pp --modulepath=/etc/puppet/modules I typ

Re: [Puppet Users] semi-standalone puppet mode

2013-02-13 Thread Matthew Black
Without fully understanding your modules and how they interact you can always take a copy of the site manifest and modules with the node and then do something like this puppet apply /etc/puppet/manifests/site.pp --modulepath=/etc/puppet/modules I typically do something similar when testing a modu