On 08/21/2014 12:53 AM, Frans Thamura wrote: > hi all > > anyone have an example that run puppet script in 3 enviroment, > > 1. puppet vagrant > 2. puppet apply > 3. puppet master > > can share? > > thx > > F -> still stack test my own in that environment
Hi, a manifest that is fit for the master can be used for puppet apply directly. Copy everything to the standalone node and apply the site.pp manifest. As for vagrant, you will have to copy your modules and manifests to the appropriate location in the vagrant project (or whatchamacallit with vagrant). HTH, Felix -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/53FBADB3.1020907%40Alumni.TU-Berlin.de. For more options, visit https://groups.google.com/d/optout.
