Re: [Puppet Users] multiple VMs from a single node.pp file

2014-07-16 Thread jcbollinger
On Tuesday, July 15, 2014 3:14:42 PM UTC-5, Peter Bukowinski wrote: On Jul 15, 2014, at 3:09 PM, randal cobb rco...@gmail.com javascript: wrote: No. Each vm/puppet agent needs a unique cert. That is incorrect. Agents absolutely may use the same cert. What they may not do is use

[Puppet Users] multiple VMs from a single node.pp file

2014-07-15 Thread randal cobb
Hello, all... I have a scenario where all of our developers (spread geographically around the world) use a VMWare or VirtualBox VM on their local desktop to develop portions of a single product. I've seemed to inherit this nightmare of a process and believe I can make it much simpler,

Re: [Puppet Users] multiple VMs from a single node.pp file

2014-07-15 Thread Peter Bukowinski
On Jul 15, 2014, at 3:09 PM, randal cobb rco...@gmail.com wrote: Hello, all... I have a scenario where all of our developers (spread geographically around the world) use a VMWare or VirtualBox VM on their local desktop to develop portions of a single product. I've seemed to inherit this

Re: [Puppet Users] multiple VMs from a single node.pp file

2014-07-15 Thread Brian Mathis
Off the top of my head I would think that you could either use the 'default' node, which would apply to all clients, or use a regular expression to match the node names. With the regex you'll need to ensure that each VM follows a naming convention and you probably also want to make sure you don't