[Puppet Users] How best to accomplish geographic location of clients?

2014-09-02 Thread randal cobb
Hello all, I have a small problem I'm trying to resolve, and I'm bowing to the masters for suggestions. Our development organization uses VMware and desktop VMs to perform development efforts; I've come up with mechanisms to populate these VMs using puppet to install all the tools they

[Puppet Users] how to force a zypper refresh?

2014-08-25 Thread randal cobb
Hello all, I'm trying to solve an issue with Puppet and I'm hoping you can help guide me. We have an internal YUM repository that we build/deploy to quite frequently, and several of the artifacts we publish to that repository need to be pushed out (via puppet) to servers a couple of times per

Re: [Puppet Users] how to force a zypper refresh?

2014-08-25 Thread randal cobb
On Mon, Aug 25, 2014 at 10:35 AM, randal cobb rco...@gmail.com javascript: wrote: Hello all, I'm trying to solve an issue with Puppet and I'm hoping you can help guide me. We have an internal YUM repository that we build/deploy to quite frequently, and several

[Puppet Users] Re: Augeas hates me!!!

2014-08-13 Thread randal cobb
ok, that didn't seem to help. I now have this result: Debug: Augeas[apache2](provider=augeas): Opening augeas with root /, lens path , flags 64 Debug: Augeas[apache2](provider=augeas): Augeas version 1.0.0 is installed Debug: Augeas[apache2](provider=augeas): Will attempt to save and only run

[Puppet Users] Augeas hates me!!!

2014-08-12 Thread randal cobb
Hello, all! I am trying to add some new modules to an openSuse 13.1 host with Puppet and Augeas with no luck. The modules themselves are already installed by the example42/apache module, but I can't get the apache::module syntax to properly add the modules to the proper openSuse config files.

Re: [Puppet Users] Re: Augeas hates me!!!

2014-08-12 Thread randal cobb
Thanks, I'll give that a try in the morning. On Aug 12, 2014 8:39 PM, Vikas Kumar vikas...@gmail.com wrote: Hello, I think double quotes in your set statement are the culprit. Try to use set as below 'set /files/whatever/path \'your text in quotes\'', Regards, Vikas -- You

[Puppet Users] Websphere profile creation with Puppet

2014-07-30 Thread randal cobb
Hello all, I can't seem to find any sort of solution while googling, so here goes: I'm fairly new to Puppet and understand the concepts and solutions I've researched so far. I'm even successfully building servers with all needed software packages. But I'm struggling a bit with one install:

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

2014-07-16 Thread randal cobb
! Thanks again! Randy On Tuesday, July 15, 2014 3:09:57 PM UTC-4, randal cobb 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

[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,