Re: [Puppet Users] Re: Puppet & Oracle Database config management

2012-11-04 Thread Gavin Williams
Ok, that would work... One further question though... How could I use that to trigger a further process when creates a new oratab entry? As there's various other things that are needed for the db such as a folder structure, 5 nfs mounts, and oranfstab changes... Guess I could wrap all of that

[Puppet Users] Puppet Meetup Australia (Melbourne, Sydney, Brisbane)

2012-11-04 Thread Stephen Johnson
Hi I currently in Australia, as im the instructor on the Puppet Fundamentals * courses in Melbourne, Sydney and Brisbane and just wondered if anyone fancied meeting up and talking about puppet, hiera, puppetdb, devops etc etc. As i dont live here any feedback on locations would help, if n

Re: [Puppet Users] Puppet Meetup Australia (Melbourne, Sydney, Brisbane)

2012-11-04 Thread Denmat
I would be glad to meetup in Melb. On 05/11/2012, at 9:58, Stephen Johnson wrote: > Hi > I currently in Australia, as im the instructor on the Puppet Fundamentals > * courses in Melbourne, Sydney and Brisbane and just wondered if anyone > fancied meeting up and talking about puppet, hiera,

Re: [Puppet Users] Puppet Meetup Australia (Melbourne, Sydney, Brisbane)

2012-11-04 Thread Stephen Johnson
The Melbourne location has been decided Beer DeLuxe on Federation Square, Thursday 8/11/2012 5.30pm On Monday, November 5, 2012 11:11:19 AM UTC+11, denmat wrote: > > I would be glad to meetup in Melb. > > On 05/11/2012, at 9:58, Stephen Johnson > > wrote: > > Hi > I currently in Australia,

Re: [Puppet Users] Puppet Meetup Australia (Melbourne, Sydney, Brisbane)

2012-11-04 Thread Matthew Jones
I'll see you all on Thursday. On Monday, 5 November 2012 11:42:52 UTC+11, Stephen Johnson wrote: > > The Melbourne location has been decided > > Beer DeLuxe on Federation Square, Thursday 8/11/2012 5.30pm > > On Monday, November 5, 2012 11:11:19 AM UTC+11, denmat wrote: >> >> I would be glad to m

Re: [Puppet Users] Puppet Meetup Australia (Melbourne, Sydney, Brisbane)

2012-11-04 Thread James Turnbull
Stephen Johnson wrote: > The Melbourne location has been decided > > Beer DeLuxe on Federation Square, Thursday 8/11/2012 5.30pm > I may swing by briefly too! Regards James Turnbull -- James Turnbull Puppet Labs 1-503-734-8571 To schedule a meeting with me: http://doodle.com/jamtur01 -- Y

Re: [Puppet Users] how to trigger puppet run on agents remotely

2012-11-04 Thread Peter Brown
On 2 November 2012 00:00, Nishant Jain wrote: > @Pete, the puppet kick functionality is deprecated in puppet 3.0 > Ahh yeah that's right. Sorry. I have a vague memory of noticing that in the list of things that changed in 3. I haven't switched to 3 yet as I haven't had the time to test my module

[Puppet Users] compiling ruby on HP-UX / PA-RISC

2012-11-04 Thread Alex Harvey
Hi all, Not sure if anyone out there would be using HP-UX on PA-RISC but just in case we've run into a real brick wall on this one. We are apparently encountering exactly the same issue as this person did - http://www.ruby-forum.com/topic/191987 We can get around the issue using the same workar

[Puppet Users] Re: Puppet Meetup Australia (Melbourne, Sydney, Brisbane)

2012-11-04 Thread Angus Scown
Would love to organise something. I'm unfortunately away that week but let me email the meetup group and see what comes back. I'll link to this page and facilitate any conversation that I can. On Monday, 5 November 2012 08:58:42 UTC+10, Stephen Johnson wrote: > > Hi > I currently in Aust

Re: [Puppet Users] compiling ruby on HP-UX / PA-RISC

2012-11-04 Thread Michael Stahnke
On Sun, Nov 4, 2012 at 8:50 PM, Alex Harvey wrote: > Hi all, > > Not sure if anyone out there would be using HP-UX on PA-RISC but just in > case we've run into a real brick wall on this one. > > We are apparently encountering exactly the same issue as this person did - > http://www.ruby-forum.com/

Re: [Puppet Users] Bug when using array in file resource?

2012-11-04 Thread pdurkin
I'm not convinced that Justin wasn't correct about this being a bug. I'm having a similar issue class myclass (...) { # some extra stuff here $file_list = [ 'a', 'b' ..., 'n' ] file { $file_list : ensure => 'file', source => "puppet://modules/myclass/$title", path

Re: [Puppet Users] Bug when using array in file resource?

2012-11-04 Thread Benjamin Priestman
I had trouble with this one, too. The documentation also made me think I could do something like this, but I think this is a lack of clarity in the documntation, not a code bug. $title or $name (they seem to get used interchangeably) always seem to refer to the $name or $title of the class or