[Puppet Users] Design Patterns - Profiles & Shared Information

2017-01-09 Thread Stefan Schlesinger
Hi, I wonder what approaches you are currently using for sharing common information among multiple Puppet profiles: To come up with some examples which will need to be maintained for multiple profiles: - HTTP proxy settings - IP ACLs for whitelists (eg. IP of monitoring systems, trusted hosts) -

Re: [Puppet Users] triggering 'apt-get update'?

2013-12-21 Thread Stefan Schlesinger
e installation of any package: Exec[‘apt_update'] -> Package <| |> But sharing code examples or a bit more information would be helpful. Regards, Stefan. -- Stefan Schlesinger // /// http://sts.ono.at -- You received this mes

Re: [Puppet Users] Puppet and Passenger

2012-04-08 Thread Stefan Schlesinger
Hi Jax, On 07.04.2012, at 02:45, Jax01 wrote: > I am attempting to configure Passenger. I have followed all of the > installation instructions but, when I restart my webserver, it does > not start the puppetmaster nor does it throw any errors. So, I am not > even sure where to begin to look. Y

Re: [Puppet Users] Re: NFS mount problem

2011-03-04 Thread Stefan Schlesinger
Just take a look at example42's nfs module, it should already provide the functionallity you are looking for. Regards, Stefan. On 04.03.2011, at 04:46, Ben Hughes wrote: > On Thu, Mar 03, 2011 at 07:38:28PM -0800, Forrie wrote: > >> So are you saying for the "absent" items, we'll need to in

Re: [Puppet Users] slave-facts on puppetmaster

2011-01-29 Thread Stefan Schlesinger
Hey, > I'm figuring out a way to build a ssh-gateway. For that to work I want > access to the internal ipaddresses that are used by my slaves What are you trying to do? Are you trying to cluster SSH? > (which > get assigned by dhcp and thus are not predictable). You know that DHCP also provides

Re: [Puppet Users] race conditions in using "svn update" in puppetmaster's /etc/puppet directory?

2011-01-04 Thread Stefan Schlesinger
u received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more o

Re: [Puppet Users] Re: Puppet & Hudson CI

2010-12-30 Thread Stefan Schlesinger
asier. > > Thanks again. > > On Dec 29, 7:13 pm, Stefan Schlesinger wrote: >> Hey Scott, >> >> I wrote a puppet-sync tool which syncs a git branch from Git to puppet >> masters.http://sts.ono.at/blog/2010/12/22/synchronize-puppet-with-git/ >> >>

Re: [Puppet Users] Re: puppet +with build support

2010-12-29 Thread Stefan Schlesinger
Hey Sanjiy, On Nov 16, 2010, at 11:41 , sanjiv.singh wrote: > i am able to use environment option for build support .. Don't know whether this might still be of use to you. I wrote a puppet-sync script, which in this setup could maybe solve your problem. http://sts.ono.at/blog/2010/12/22/s

Re: [Puppet Users] Puppet & Hudson CI

2010-12-29 Thread Stefan Schlesinger
o puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > -- Stefan Schlesinger ///

Re: [Puppet Users] puppet meet-up in Vienna?

2010-12-01 Thread Stefan Schlesinger
Hey Dan, we are currently about to organize a group of devops in Vienna, and I think it would be a great addition if someone from Puppetlabs would join our meeting. We had our first meeting in November and there will be another one December 14th. We didn't agree on a date for our third meetup, bu

Re: [Puppet Users] Thoughts on dropping 0.24.x client support in Puppet 2.7?

2010-11-29 Thread Stefan Schlesinger
On Nov 25, 2010, at 07:43 , Patrick wrote: > On Nov 24, 2010, at 3:50 PM, Nigel Kersten wrote: > I mentioned this in an earlier thread, but here's a dedicated one. >> >> We made a big change between 0.24.x and 0.25.x where we moved from >> XMLRPC to REST. >> >> How do people feel about us dropp

Re: [Puppet Users] Need advice on managing large Centos environment

2010-09-23 Thread Stefan Schlesinger
On Sep 22, 2010, at 14:06 , Leslie Giles wrote: > I'm working on rolling out Puppet, but I'm stuck and I know somebody has > solved this problem... > > We have an engineering environment of around 200 Centos servers, plus a > production environment of roughly the same size. Currently, when we r

Re: [Puppet Users] Re: Setup 2.6 + apache, passenger

2010-09-10 Thread Stefan Schlesinger
On Sep 10, 2010, at 15:47 , Gavin wrote: > File does not exist: /usr/share/puppet/rack/puppetmasterd/public/ > production. Actually I think I can reproduce your problem when I turn that option off in puppetmaster vhost: RackAutoDetect On ;-) Regards, Stefan. -- You received this message becau

Re: [Puppet Users] Re: Setup 2.6 + apache, passenger

2010-09-10 Thread Stefan Schlesinger
On Sep 10, 2010, at 15:47 , Gavin wrote: > I'm running on Lenny mostly, but have Puppet (2.6), Passenger, Ruby > etc all installed from Debian 'Testing', and all seems to be co- > existing quite happily together. Well, if you install puppet/apache/rack/rails/passenger from testing, you could as w

Re: [Puppet Users] Setup 2.6 + apache, passenger

2010-09-08 Thread Stefan Schlesinger
to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-us...@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.go

[Puppet Users] module organisation

2010-06-16 Thread Stefan Schlesinger
ke to know how others worked around such limitations, whether there are any functions in Puppet I could use to work around this issue, or which other approaches I could take to reach the same goal - not having to create a second "servergroups::ono::server" class for just one server. -