On Tue, Aug 26, 2014 at 3:55 AM, John Bencic <[email protected]> wrote:
> from what i see the puppet cloud provisioner module seems to be a command > line tool > > does anyone know if there is any way (apart from an exec call) to call the > module from another module > > > what i want to do is > - define a list of nodes (somewhere) > - check my vm environment if these nodes already exist > - make a call to provision the missing boxes > > that way i could spin up dev/test environment from my puppet server > > am i going about this the wrong way ? > > Makes sense, but instead of cloud provisioner, to implement it in Puppet, it requires type/providers and would look similar to this: https://github.com/puppetlabs/puppetlabs-gce_compute You can also look at Terraform. HTH, Nan -- 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/CACqVBqDCFzVSFFMgVsx0j%2BZqDuT-%3DL3UboVsmNeHfOyQ8PCvxQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
