[Puppet Users] Puppet in the DMZ via proxy

2011-10-20 Thread Geoff Galitz
Hi. We're thinking of ways to get our DMZ nodes managed by puppet, and in the absence of a full-fledged push model we are thinking about pointing puppets in our DMZ network at a bastion host running squid to proxy back to our puppet master. In this scenario, the single bastion host would have a

[Puppet Users] merging iptables rules with puppet

2012-08-15 Thread Geoff Galitz
e any changes made from the OS. Any advice on how to get puppet to respect the dynamically loaded rules? Thanks. -G -- --- Geoff Galitz, ggal...@shutterstock.com WebOps Shutterstock Images -- You received this message because you are subscribed to the G

Re: [Puppet Users] Re: merging iptables rules with puppet

2012-08-15 Thread Geoff Galitz
oading? > > > On Wednesday, August 15, 2012 1:48:44 PM UTC-5, Geoff Galitz wrote: > >> >> I'm still a bit noobish with puppet... >> >> In short what I want to do is merge puppet managed iptables with >> dynamically added rules added by some scri

Re: [Puppet Users] Do you want a Puppet Conference in Berlin, Germany

2012-11-19 Thread Geoff Galitz
tions, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- --- Geoff Galitz, ggal...@shutterstock.com WebOps Shutterstock Images -- You received this message because you are subscribed to the Google Groups "Puppet Users" grou

Re: [Puppet Users] Do you want a Puppet Conference in Berlin, Germany

2012-11-19 Thread Geoff Galitz
AM, Martin Alfke wrote: > > On 19.11.2012, at 09:06, Geoff Galitz wrote: > >> Hi. >> >> I'd be in (with enough notice, of course). I'd be even more in if the >> conference was on the other side of Germany near Cologne or even in >> Belgium. I'm as

[Puppet Users] exec timeout clarification

2013-09-19 Thread Geoff Galitz
t run stalls forever. The default timeout does not seem to be honored. This is on puppet-2.7.18-1.0.noarch in Centos 6.x Thanks. -G -- --- Geoff Galitz, ggal...@shutterstock.com WebOps Shutterstock Images -- You received this message because yo

[Puppet Users] quiet exec script output

2013-09-30 Thread Geoff Galitz
Hi. One of the scripts we run for systems management causes puppet to say: notice: /Stage[main]//Exec[script]/returns: executed successfully How can I suppress or quiet this output? -G -- --- Geoff

[Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Geoff Galitz
? -G -- Geoff Galitz, Systems Engineer Shutterstock GmbH Greifswalder Strasse 212 Aufgang F, 2 Hof 10405 Berlin -- 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 i

Re: [Puppet Users] Puppet MultiMaster open source

2016-04-20 Thread Geoff Galitz
Thanks for the replies... any pointers on setting up puppet servers as compile masters? -G On Wed, Apr 20, 2016 at 5:12 PM, Kevin Corcoran wrote: > On Wed, Apr 20, 2016 at 5:58 AM, Geoff Galitz > wrote: > >> Is it possible to get compile master, master of master and code m

Re: [Puppet Users] Re: Puppet MultiMaster open source

2016-04-26 Thread Geoff Galitz
puppetdb_server => 'puppetdbserver.example.com', > } >} > ># This is the puppetdb server >if $::hostname == 'puppetdbserver' { > class { 'puppetdb': >listen_address => '0.0.0.0', >

[Puppet Users] Keeping compile masters consistent

2016-06-14 Thread Geoff Galitz
Hi folks. I'm curious what approaches you take towards making sure the puppet tree is consistent across distributed compile masters? In PE this would be code manager's job, I believe. What do the FOSS folks use? I was contemplating using zookeeper for this. -G -- Geoff Galit

Re: [Puppet Users] Re: Keeping compile masters consistent

2016-06-14 Thread Geoff Galitz
dprime/r10k#mcollective-support > > You can probably go for something more heavyweight with glusterfs, but I > like to keep it simple :) > > > On Tuesday, 14 June 2016 11:49:01 UTC+1, Geoff Galitz wrote: >> >> >> Hi folks. >> >> I'm curious