[Puppet Users] Upgrading form 0.24 to ???

2011-05-17 Thread Rene
Hello Currently we are using Version 0.24.x on our production system. Now we are planing to perform an upgrade. Which version do you suggest is stable enough for production? Can I directly upgrade from 0.24 to 2.6? Any other consideration? BR Rene -- You received this message because you are

Re: [Puppet Users] Managing cronjobs as a file in solaris with appendifnosuchline for specific servers

2011-01-04 Thread Rene Cunningham
On Tue, Jan 4, 2011 at 8:02 PM, Felix Frank wrote: > On 01/03/2011 10:51 PM, Ace wrote: > > I want to manage cronjobs as a " file " in solaris through puppet and > > not using the puppet cron resource. > > > > I will be managing the file /var/spool/cron/crontabs/root. > > > > I want the cron file

[Puppet Users] Re: puppet ignoring facts?

2010-04-20 Thread Rene
Hi You saved my day. Actually there was a lot of white space :-) Now my module looks like: ... if ($manufacturer == 'Xen') or ($manufacturer == "Sun Microsystems "){ ... Thanks a lot for the great Tip! BR, Rene On Apr 20, 8:54 am, Ohad Levy wrote: > I've seen

[Puppet Users] puppet ignoring facts?

2010-04-19 Thread Rene
hould be true (noop) notice: //Node[default]/hpasm/File[/opt/compaq/cma.conf]/ensure: is absent, should be file (noop) notice: Finished catalog run in 2.58 seconds But this should not be. Has Puppet problems, when I have serveral words in afact, since it works perfectly for Xen Systems. Any Ideas ar

[Puppet Users] Re: Strange Problem with ldap Systems

2010-03-03 Thread Rene
orage) only files in nsswitch.conf: id storage uid=902(storage) gid=902(storage) groups=126(log),902(storage) Do you have any other ideas? Do you think the problem could arise from that the user storage is not in ldap? On Mar 2, 7:50 pm, "Tony G." wrote: > Hi Rene, > > I tried

[Puppet Users] Re: Strange Problem with ldap Systems

2010-03-02 Thread Rene
300, groups => 'agroup', home=> '/application/home/auser', shell => '/bin/bash', require => [ Group['auser'], Group['agroup'] ], } I have no idea what is going wrong.

[Puppet Users] Strange Problem with ldap Systems

2010-03-02 Thread Rene
e. Does anybody know what the problem is here. Does Puppet Merge the groups from local and ldap? Any hint is appreciated. BR, Rene -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@go

[Puppet Users] logging to syslog does not distinct between errors notice and warning.

2009-11-19 Thread Rene
bug? BR, Rene -- You 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.

[Puppet Users] Re: puppet failover

2009-11-02 Thread Rene
I found the solution. I think it was to easy: Just set: certname = puppet and everythink works well. BR, Rene On 2 Nov., 10:55, Rene wrote: > Hi all > > Thanks for all the replies. I want to try to do the following: > > I have two servers: server1 server2. /var/lib/puppet is

[Puppet Users] Re: puppet failover

2009-11-02 Thread Rene
configuration. How do I create a CA for the CN puppet? Can someone point me in the right direction? BR, Rene --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, sen

[Puppet Users] Re: puppet failover

2009-10-30 Thread Rene
Hi, thanks for the quick answers. Did you create a link /var/lib/puppet that points to the nas share? Did you use the autosign option? BR, Rene On Oct 29, 9:38 pm, Nicolas Szalay wrote: > This will definitely work, I have this setup : two puppetmasters, sharing a > vip with heartbeat

[Puppet Users] puppet failover

2009-10-29 Thread Rene
? Has anybody done that successfully? I thought to put only /etc/puppet and the ssl directory on the nas. Will that work? BR, Rene --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po

[Puppet Users] virtual users and groups

2009-08-20 Thread Rene
;, home=> "/home/sybase", shell => "/bin/bash", } } and when I want to put the user on a system: case $db { oracle: { # Users and groups realize Group["dba"] realize User["oracle"]

[Puppet Users] Re: symbolic link without full path

2009-06-15 Thread Rene
yes, because I removed the user and installed it via puppet. I also checked if the link is in /etc/skel On Jun 15, 3:17 pm, Joe McDonagh wrote: > Are you sure that /etc/skel was populated before the users were added > from puppet? --~--~-~--~~~---~--~~ You rec

[Puppet Users] Re: symbolic link without full path

2009-06-15 Thread Rene
Hi have in /etc/skel .bashrc -> .profile When I add the User with puppet I have only .profile in the users home directory. But If I use useradd -m then I have the link. Does anybody know what my problem ist? I use managehome => true in the configuration. BR, Rene On Jun 14, 5:57 p

[Puppet Users] symbolic link without full path

2009-06-14 Thread Rene
Hi Is it possible to create a link like: .bashrc -> .profile without absolute path and without using an exec? BR Rene --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post

[Puppet Users] Do you manage your /etc/hosts via puppet

2009-06-12 Thread Rene
I think this could be nice to do. For clusters (where every node should have the same entries) it would ease the handling. If so, how do you manage it? Static file, template, augeas, other? Would be interesting to know. BR, Rene --~--~-~--~~~---~--~~ You

[Puppet Users] Re: Controlling the order of execution of puppet code?

2009-06-11 Thread Rene
Does anybody know the status of that patch? On May 29, 10:01 am, Brice Figureau wrote: > On Fri, 2009-05-29 at 08:18 +1000, James Turnbull wrote: > > Brice Figureau wrote: > > > On Thu, 2009-05-28 at 11:55 +0200, Peter Meier wrote: > > >> Hi > > > >>> Only way I know is to make individual object

[Puppet Users] Re: /etc/skel

2009-06-10 Thread Rene
Very nice solution. Thanks a lot. BR Rene On Jun 10, 6:08 pm, paul matthews wrote: > An alternate, non Puppet method is to add a pam_mkhomedir module to > /etc/pam.d/system-auth   (on a RedHat machine at least) by including the > following line:- > > session     required    

[Puppet Users] /etc/skel

2009-06-10 Thread Rene
module we have? Does someone know an easier way? BR, Rene --~--~-~--~~~---~--~~ 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

[Puppet Users] Re: only deploy files, when directory exists

2009-06-08 Thread Rene
Thats a good point. Right now I want to migrate our satellite configuration to puppet. If that works well, I will try to move even the device configuration to puppet. Thanks for your help. BR. Rene On Jun 8, 3:34 pm, David Schmitt wrote: > Rene schrieb: > > > Yeah I know, that

[Puppet Users] Re: only deploy files, when directory exists

2009-06-08 Thread Rene
Yeah I know, that would be the best solution, but this directory is a san device and is not there after kickstart and I want to be sure that puppet runs without errors even the device is not there. Thanks a lot for you help BR Rene On Jun 8, 3:20 pm, David Schmitt wrote: > Rene schr

[Puppet Users] Re: only deploy files, when directory exists

2009-06-08 Thread Rene
gt; "test -d /some/path" > > } > > (I won't back the exact syntax there since I just pulled it out of thin air). > > Trevor > > On Mon, Jun 8, 2009 at 09:08, Rene wrote: > > > Hi > > > I try to do some things on the system, only if a directory e

[Puppet Users] only deploy files, when directory exists

2009-06-08 Thread Rene
Hi I try to do some things on the system, only if a directory exists. The only way I see right now to achieve this is to create a custom fact which returns true and fals. Is there a better solution? BR Rene --~--~-~--~~~---~--~~ You received this message because

[Puppet Users] Re: get a file once

2009-06-04 Thread Rene
I cannot remove multipath from kickstart, since it has a lot of dependencies. I think I will write a custom fact and work with the md5sum of the original /etc/multipath.conf file. On Jun 4, 1:58 pm, Rene wrote: > I thought about that too, but I think it is to dangerous, if someone > edi

[Puppet Users] Re: get a file once

2009-06-04 Thread Rene
I thought about that too, but I think it is to dangerous, if someone edits the file locali and it then gets overwritten... I think I ensure, that multipath is not installed via kickstart and do it the way pete suggested On Jun 4, 1:52 pm, David Schmitt wrote: > Rene schrieb: >

[Puppet Users] get a file once

2009-06-04 Thread Rene
eas? BR, Rene --~--~-~--~~~---~--~~ 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, send email to puppet-u

[Puppet Users] Re: renaming module not working

2009-06-02 Thread Rene
Hey Thanks, you are right, no capitals in module names I didn't know that. Br, Rene On Jun 2, 2:53 pm, Felix Schäfer wrote: > Am 02.06.2009 um 14:48 schrieb Rene: > > > It cannot find the WLS class even it should be there. Does someone > > have a solution for that,

[Puppet Users] renaming module not working

2009-06-02 Thread Rene
Hi I tried to rename a module from wls to WLS, so I changed: /etc/puppet/production/modules/wls to /etc/puppet/production/modules/ WLS In /etc/puppet/production/modules/WLS/manifests/init.pp I changed class wls{ to class WLS{ in /etc/puppet/production/manifests/site.pp I changed include wls t

[Puppet Users] Re: access file form files directory in module

2009-05-28 Thread Rene
OK, I'll do that. Thanks On 28 Mai, 10:01, Pieter Barrezeele wrote: > Hi Rene, > > On 28 May 2009, at 09:20, Rene wrote: > > > > > Hi > > > We have on our systems old school software which is only installable > > via tar. I have the tar in

[Puppet Users] access file form files directory in module

2009-05-28 Thread Rene
(because I remove the tar after installation) Any Ideas how I can access the file in the exec command? Thanks in advance Rene --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to

[Puppet Users] Re: module organisation advice

2009-04-08 Thread Rene
Hi Paul Thank you for that advice. I think in our case, that will not work, since it is possible that depA and depB have different lets say oracle settings. Best Regards, Rene On Apr 6, 5:19 pm, paul matthews wrote: > An alternate approach maybe to create a definition in your templates

[Puppet Users] module organisation advice

2009-04-03 Thread Rene
grouping of modules? Thanks in advance Rene --~--~-~--~~~---~--~~ 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 g

[Puppet Users] Re: file list

2009-03-29 Thread Rene
Thank you, I will try that. On Mar 25, 4:26 am, Luke Kanies wrote: > On Mar 20, 2009, at 1:44 AM, Rene wrote: > > > > > OK, that is what I thought. Then it would be a good practice to use > > the full path of the file as title, as I only see the title in yaml. > &

[Puppet Users] Re: file list

2009-03-19 Thread Rene
OK, that is what I thought. Then it would be a good practice to use the full path of the file as title, as I only see the title in yaml. On Mar 19, 10:53 pm, Luke Kanies wrote: > On Mar 12, 2009, at 12:50 PM, Rene wrote: > > > > > Hi > > > Is it possible to get a

[Puppet Users] file list

2009-03-12 Thread Rene
Hi Is it possible to get a file list, that are managed / edited by puppet, do I have to parse the yaml file on the client manualy and look for file entries? Thanks in advance Rene --~--~-~--~~~---~--~~ You received this message because you are subscribed to the