On Feb 14, 2013, at 7:01 PM, Jakov Sosic <[email protected]> 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/puppet/manifests/site.pp --modulepath=/etc/puppet/modules >> >> I typically do something similar when testing a module without a puppet >> master. > > Can hiera be integrated somehow in this case?
Sure. Here's an example of invoking "puppet apply" with explicit Hiera configuration: https://github.com/blalor/vagrant-puppet-example -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
