[Puppet Users] PuppetDB and Debian Jessie

2015-08-14 Thread Oliver Schad
Hi everybody, does somebody know when the puppetdb packages will be available to build a complete puppet master/server based on Debian Jessie? Best Regards Oli -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-01-22 Thread Oliver Schad
On Wed, 21 Jan 2015 05:40:27 -0800 (PST) Mike Hendon wrote: > Triggering a refresh when you've changed manifests is also a pain. Is a refresh on every change needed? Best Regards Oli -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubsc

Re: [Puppet Users] Announce: Puppet Server 1.0.2 available!

2015-01-19 Thread Oliver Schad
Hi everybody, does somebody already use the puppet server at all? Can you share your experiences? Best Regards Oli -- 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 it, send an email

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

2012-11-24 Thread Oliver Schad
On Mon, 19 Nov 2012 09:02:27 +0100 Martin Alfke wrote: > I am thinking about running a Puppet Conf in Berlin/Germany. Great idea. > Are there any people on this list from nearby? Airplanes exists. :-) > Do you want to support (talk, workshop)? Yes, of course. Regards Oli -- You received

Re: [Puppet Users] Automate adding new host to nagios server?

2012-10-13 Thread Oliver Schad
On Thu, 11 Oct 2012 17:03:05 +0200 Brent Clark wrote: > I was wondering if someone could help me. > > Say I have three servers. One puppet master, one webserver, and one > nagios server. > > Is there a way to automate the process of adding the web server to > the nagios server for monitoring vi

Re: [Puppet Users] Default parameters for classes with parameters

2011-04-22 Thread Oliver Schad
Am Thursday 21 April 2011 schrieb mir Martin Alfke: > On Apr 21, 2011, at 10:58 AM, Oliver Schad wrote: > > Inside I use a template which shows me "undef" as value for the > > parameters above. If I define the same parameters inside the class, > > it works. > &

[Puppet Users] Default parameters for classes with parameters

2011-04-21 Thread Oliver Schad
Hi all, does somebody know if default parameters in classes with parameters work? I tried it with puppet v2.6.7 i.e.: class app::mysql( $mysql_data_dir = '/data/mysql/data', $mysql_log_dir = '/data/mysql/log', $mysql_binlog_dir = '/data/mysql/bi

Re: [Puppet Users] Calling class defines in pure ruby DSL

2011-03-05 Thread Oliver Schad
Am Thursday 09 December 2010 schrieb mir Carl Caum: > Let's say I have a define in class 'foo' called 'foo::bar': > > define foo::bar ($var1, $var2) { > ... > } > > Then I have a ruby hostclass > > hostclass :foo do > ... > } > > I see I can successfully set the parameters by doing:

Re: [Puppet Users] Managing known_hosts

2010-03-14 Thread Oliver Schad
Am Sunday 14 March 2010 schrieb mir Peter Meier: > collecting exported resources. > > You find more about that here: > http://projects.reductivelabs.com/projects/puppet/wiki/Exported_Resourc > es > > > It es very powerful if you want to distribute "configurations" related > to one host to anothe

Re: [Puppet Users] Managing known_hosts

2010-03-14 Thread Oliver Schad
Am Saturday 13 March 2010 schrieb mir Todd Zullinger: > # Collect ssh keys and add them to /etc/ssh/ssh_known_hosts > case $sshrsakey { > '': { alert("No sshrsakey found for $fqdn") } > default: { > @@sshkey { $fqdn: ^^ > alias => [$hostname, $ipaddress], >

Re: [Puppet Users] Re: Magazine article comparing CPU usage of Puppet vs. Cfengine

2010-02-23 Thread Oliver Schad
Am Tuesday 23 February 2010 schrieb mir tobyriddell: > > Comparing CPU utilisation is like benchmarking cars by seeing how > > well they float. > > Without wanting to appear flippant, perhaps I want a floating car :) > > In my case I need a tool that *if* run during production hours will > consum

Re: [Puppet Users] network as system

2010-02-21 Thread Oliver Schad
Am Monday 22 February 2010 schrieb mir Oliver Schad: > Hi, > > I see a network as one system (a network is not one IP subnet). A > typical setup is abstract to build up a server which serves some data. > > The sum of a configuration is for me some packages, some configuration

[Puppet Users] network as system

2010-02-21 Thread Oliver Schad
Hi, I see a network as one system (a network is not one IP subnet). A typical setup is abstract to build up a server which serves some data. The sum of a configuration is for me some packages, some configuration files, some data. What you need is monitoring and backup additionally to a configu

Re: [Puppet Users] Declarative style and processes

2010-02-03 Thread Oliver Schad
Am Tuesday 02 February 2010 schrieb mir Michael DeHaan: > Oliver Schad wrote: > > Is there a tool outside where I can use puppet descriptions to > > program such jobs? Or is there a tool outside you know, that allows > > me to program network wide jobs without puppet where I c

Re: [Puppet Users] Making the new users experience easier

2010-02-03 Thread Oliver Schad
Am Wednesday 03 February 2010 schrieb mir James Cammarata: > On Tue, 02 Feb 2010 20:25:35 -0800, Scott Smith wrote: > > On 2/2/10 8:18 PM, James Cammarata wrote: > >> Symlinks wouldn't work, I'd just make them shell scripts. > > > > Wait, what? Checking $0 and loading client, server or doc code wo

[Puppet Users] Declarative style and processes

2010-02-02 Thread Oliver Schad
Hi, I know puppet allow me to describe the target state of my system and changes the state automatically to that description. In some situations you want to describe a process how things should go maybe dependent on other systems where the order is important and maybe you need some checks afte

Re: [Puppet Users] Re: cron jobs in extra files

2010-02-02 Thread Oliver Schad
Am Tuesday 02 February 2010 schrieb mir Daniel Kerwin: > I use the same layout and the only way it works for me was to create > file resources and distribute the files directly. After distribution i > call check_system_crontabs to rebuild the crontab based on cron > scripts in /etc/cron.d ... > >

Re: [Puppet Users] cron jobs in extra files

2010-02-02 Thread Oliver Schad
Please ignore, sorry for the double posting signature.asc Description: This is a digitally signed message part.

[Puppet Users] cron jobs in extra files

2010-02-02 Thread Oliver Schad
Hi, is there a way to manage cron jobs by puppet with the builtin cron ressource in extra files? I use to manage my cron jobs below /etc/cron.d and a service own name, for example /etc/cron.d/apache (which can contain many jobs). If I remove my service apache from the system or migrate it to

[Puppet Users] cron jobs in extra files

2010-02-02 Thread Oliver Schad
Hi, is there a way to manage cron jobs by puppet with the builtin cron ressource in extra files? I use to manage my cron jobs below /etc/cron.d and a service own name, for example /etc/cron.d/apache (which can contain many jobs). If I remove my service apache from the system or migrate it to