Re: [Puppet Users] Spaces in templates

2010-09-10 Thread Felix Schäfer
Am 10.09.2010 um 14:50 schrieb Al @ Lab42: I want to use these values in a single line of a template: host % users_ldap_servers.each do |ldap| % %= ldap % % end % No matter how many spaces I place around, no matter the absence of trimming -% I always get something like: host

Re: [Puppet Users] 30 min

2010-08-03 Thread Felix Schäfer
Am 03.08.2010 um 15:11 schrieb parag(PK): I dont want the daemon to run after every 30 mins ... how can i change it to ...say 10 mins ...…. You could …say … read the docs? Or maybe …the manpage? http://docs.puppetlabs.com/references/latest/configuration.html#runinterval Felix -- You

[Puppet Users] Re: puppet variables

2009-07-09 Thread Felix Schäfer
Am 09.07.2009 um 21:20 schrieb David Schmitt: most available variables are defined by facter, which you can run on the commandline to see which vars have what values. Not completely, as IIRc puppet brings a few facts of its own that facter won't show when run on its own on the CLI.

[Puppet Users] Re: Unable to get storedconfigs to work

2009-07-01 Thread Felix Schäfer
Am 01.07.2009 um 03:24 schrieb Greg: I've gotten it working with 2.3.2... But I did have to put in the require lines as was mentioned in a previous message... I must say that I'm not very happy with this solution as it seems more hackish than anything, but it does work when adding the

[Puppet Users] Unable to get storedconfigs to work

2009-06-29 Thread Felix Schäfer
Hello, I can't get storedconfigs to work, puppetmaster keeps complaining about missing Rails. Fact is I do have rails installed, I even have a few rails apps running fine with a mysql backend in passenger. I have tried to localise a possible error by starting puppetmasterd with debug,

[Puppet Users] Re: Unable to get storedconfigs to work

2009-06-29 Thread Felix Schäfer
Hello Nigel, Am 29.06.2009 um 17:52 schrieb Nigel Kersten: Do you possibly have multiple versions installed? I did, deleted all but the newest, no change. Felix --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: how do I submit a patch?

2009-06-11 Thread Felix Schäfer
Am 11.06.2009 um 17:23 schrieb Paul Nasrat: That all should be part of libc. Try apt-get install build-essential. Actually, libc6-dev was enough. Architecture: x86_64 CPU(s):2 Thread(s) per core:1 Core(s) per socket:1 CPU socket(s): 2 NUMA node(s):

[Puppet Users] Re: templates, ERB include, import or whatever

2009-06-05 Thread Felix Schäfer
Am 05.06.2009 um 19:57 schrieb Derek Yarnell: So I have been doing some testing of content = template. Our site has used a custom solution for configuration management w/ a mix of rsync/m4/make and a little cfengine on the side. Now for us the power of m4 is that not only you can do

[Puppet Users] Re: Vote for your favorite ticket

2009-06-03 Thread Felix Schäfer
Hello, Am 03.06.2009 um 16:24 schrieb James Turnbull: Can you clear your browser cache and try now please? Tried that, same result as before (pertinent part of the html source): trtdbtranslation missing: de, label_votes:/b/tdtd span class=0/span /td/tr Even omitting the fact that there

[Puppet Users] Re: Vote for your favorite ticket

2009-06-03 Thread Felix Schäfer
Am 04.06.2009 um 06:44 schrieb James Turnbull: Nigel Kersten wrote: That's exactly what I see. No arrows. This is now fixed. Can people confirm they can see arrows. I can see the arrows and it seems they work as expected. Tanks, Felix

[Puppet Users] Re: Configuring hosts with data from other hosts

2009-05-12 Thread Felix Schäfer
Hello, Am 12.05.2009 um 08:51 schrieb steverfran...@gmail.com: Or do I have to copy the IP address of the monitor host to each machine, via an exported resource file, and then process it locally in an exec script to build the correct ntp.conf? That doesn't seem very puppet-ish... No, but I

[Puppet Users] Re: Pitching puppet - how does it work question

2009-05-06 Thread Felix Schäfer
Hi, Am 06.05.2009 um 16:40 schrieb LenR: I'm trying to pitch puppet to my group. I have a test server 2 clients, things are going pretty well. The question relates to user password management as outlined in the recipies. My question, if only the hash value changes, will puppet apply

[Puppet Users] Re: Alias for package list

2009-03-16 Thread Felix Schäfer
, and not on a loosely pieced together collection of packages. BR, Felix Schäfer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com

[Puppet Users] Re: Alias for package list

2009-03-16 Thread Felix Schäfer
Am 16.03.2009 um 13:40 schrieb Dave Cheney: Would require = Package[$packagelist] fit the bill ? Haven't tried it, so take this with a grain of salt, but I'd wager you end with Package[[some, software, to, install]], which I don't think puppet can parse. Mit freundlichen Grüßen, Felix

[Puppet Users] Re: Expert Idempotency Question: Multi-Mysql Installation File System Creation Question

2009-03-16 Thread Felix Schäfer
= mysql, gid= sysadmin, compression = gzip, } }#end of mysql_install define Peace, Felix Schäfer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: custom facts not working

2009-03-11 Thread Felix Schäfer
either, I'll update the ticket in Redmine. Felix Schäfer - Cyprès IT Solutions GmbH Löwenstr. 11a, D-44135 Dortmund Tel.: +49 231 576 2678 Fax.: +49 231 576 2676 Cyprès IT-Solutions GmbH / private limited company Geschäftsführer / General Manager: Martin Heitmann – Zahra Salimi Sitz

[Puppet Users] Re: Best practices question

2009-02-09 Thread Felix Schäfer
Hello, Am 10.02.2009 um 00:34 schrieb Eric Gerlach: If I want to configure a file, say /etc/network interfaces, on all of my Debian boxes, should I put the resource definition in: a) manifests/classes/debian.pp b) modules/debian/manifests/init.pp I guess I'm asking whether people here

[Puppet Users] Re: revoking certificate failed

2009-01-18 Thread Felix Schäfer
(unstable/stable, or testing/production, or whatever you want to call them), and define on the client which set they'll get, and define the default environment on the server. Felix Schäfer --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: if file exists

2008-12-08 Thread Felix Schäfer
that exists function. I think you'll want to try a custom function http://reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions as they get executed server-side. Just cook up some ruby code to check for your file existence, and you're almost done. Felix Schäfer

[Puppet Users] Re: how to define variables in module scope ?

2008-09-29 Thread Felix Schäfer
that suits everyone. Greetings, Felix Schäfer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group