[Puppet Users] Files from agent to agent => SSL_CA

2013-05-08 Thread udo waechter
Hello all, I am scratching my head currently on a problem. I believe this is not even supposed to work in puppet. But anyway, asking is never wrong. Here is what I would like to implement: A 'SSL Certificate authority' Much like puppet's ca, but for some reason (please don't ask), I can not us

Re: [Puppet Users] Re: puppetmaster 100%cpu usage on 2.6 (not on 0.24)

2011-02-10 Thread Udo Waechter
is group, send email to puppet-users@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. > -- :: udo waechter - r...@zoide.net :: N 52

Re: [Puppet Users] Re: puppetmaster 100%cpu usage on 2.6 (not on 0.24)

2011-02-01 Thread Udo Waechter
;t an issue until .3 for me too. I feel that fact that many >> of us have this problem since upgrading means it can be fixed within >> Puppet, rather than Ruby, because it was fine before. > > Do you mean puppet 2.6.2 wasn't exhibiting this problem? Yes for me. --udo. -

Re: [Puppet Users] Re: puppetmaster 100%cpu usage on 2.6 (not on 0.24)

2011-01-31 Thread Udo Waechter
Hi. I am just reading this thread, and it strikes me that we have the same problems with 2.6.3. Since upgrading from 2.6.2 to .3 puppetmaster shows the behabiour described in this thread. We have about 160 clients, and puppetmaster (is now) 8 core, 8Gb RAM kvm instance. Had this with 4 cores a

[Puppet Users] properly removing dead hosts.

2009-11-21 Thread Udo Waechter
Hello all. I know there were many discussions about how to remove hosts from puppet. I know the script that removes all entries from the database. What I am looking for is a solution that sets all exported resources to "ensure => absent". Assumed that they have a "ansure" parameter. Anyway, I

[Puppet Users] File create by template() max size?

2009-09-23 Thread Udo Waechter
- bytes? Is there any resriction on the size of a file that is generated via template()? I never encountered this error before, but I guess this is the biggest file I ever wanted to generate. Thank, udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: ge

[Puppet Users] Re: A good "problem"

2009-08-26 Thread Udo Waechter
Yes! I can confirm that. I also experience this. Some of our manifests are 3 years old or so. Whenever I want to explain one of my fellow not- puppet admins how things work/happen, I have to look look around to see how it actually happens. Same goes for whenever I want to make minor changes

[Puppet Users] Re: template command

2009-07-25 Thread Udo Waechter
Hi, On 24.07.2009, at 22:17, lance dillon wrote: I only want the line to be included if $role exists and is equal to fast. If $role doesn't exist, or doesn't equal "fast", it shouldn't include the line: Jul 24 19:59:40 lonengbld01 puppetmasterd[3095]: Failed to parse template repo/R ed

[Puppet Users] Re: uninstall package on ubuntu

2009-07-24 Thread Udo Waechter
: Could not create PID file: /var/run/puppet/puppetd.pid Yep, this is a problem. does /var/run/puppet exist? udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: h

[Puppet Users] Re: uninstall package on ubuntu

2009-07-24 Thread Udo Waechter
To post to this group, send email to puppet-users@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 -~--~~~~--~~--~--~-

[Puppet Users] Re: Source Arrays and Template Arrays

2009-07-23 Thread Udo Waechter
hmmm, right after sending the provious mail, I realised something: On 23.07.2009, at 21:27, Udo Waechter wrote: Hi, On 23.07.2009, at 19:58, TomTom wrote: Is it possible to do the same thing with templates? An example of what I want to do is: file { "/etc/sysctl.conf"

[Puppet Users] Re: Source Arrays and Template Arrays

2009-07-23 Thread Udo Waechter
in the sitauton where I wanted exactly that. Unfortunatly, it does not work that way. udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http://ezag.zoide.net ::

[Puppet Users] nfs and autofs modules online.

2009-07-01 Thread Udo Waechter
Hey all. I have just published my autofs and nfs modules. The autofs module has a define to manage the autofs-daemon and its mount-maps. That is still a little bit ugly, but works. The nfs-module manages nfs-server(s) (FreeBSD/Debian) and clients (Debian/Darwin). The nfs-module requires the

[Puppet Users] Re: pkg_deploy on Macs - how to maintain "State"

2009-06-30 Thread Udo Waechter
system. Then most of the time things will fall apart. Sorry this is off-topic. Have fun, udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http://ezag.zoide.n

[Puppet Users] Re: pkg_deploy on Macs - how to maintain "State"

2009-06-29 Thread Udo Waechter
used for is irrelevant :) We do manage some macs (laptops and workstations) with puppet and everything works fine. Package managment does require quite a lot of time, but that is not puppet's fault. Have fun, udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5&quo

[Puppet Users] Re: Making a file out of fragments

2009-06-20 Thread Udo Waechter
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~--~~~~--~~--~--~--- -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your

SOLVED: Re: [Puppet Users] Re: new type: /etc/exports, some questions

2009-06-20 Thread Udo Waechter
Ok, I have the solution: The provider now creates lines where the $name ist stored as a comment, then I can use this to identify the resources. see: http://pastie.org/518507 for the working version. Thanks, udo. On 20.06.2009, at 20:19, Joe McDonagh wrote: Udo Waechter wrote: Hello all. I

[Puppet Users] new type: /etc/exports, some questions

2009-06-20 Thread Udo Waechter
identify the name. Other providers, like malialias' alias.rb do not use this kind of "hack?" My provider is based on the alias.rb provider. Unfortunately I can not get it to recognize resources by name. Can someone tell me the solution to this problem? Thank you very much,

[Puppet Users] Re: removing resources no longer specified

2009-06-19 Thread Udo Waechter
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-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~-

[Puppet Users] Re: Testing if a resource is already defined

2009-06-19 Thread Udo Waechter
efined" such that it is not dependent on the parse order of manifest? As I understand puppet, this is not easily achievable. I am not sure, though. All the best, udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input fo

[Puppet Users] Re: Facter - the future - your input needed

2009-02-19 Thread Udo Waechter
a single line of text valid yaml? If >> not >> then we'd need a special case here). >> >> Instead of considering namespaces we could just have a single YAML >> that >> contains hashes of factname and factvalue. >> To support something like namespaces

[Puppet Users] Re: public facts repository

2009-02-03 Thread Udo Waechter
metadata Udo. On 02/03/2009 11:57 AM, Sven Mueller wrote: udo waechter schrieb: I have set up a public svn repository with some facts that we have written over time: https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/ (yes, it is svn). I only get this as a result: (Firefox

[Puppet Users] public facts repository

2009-02-02 Thread udo waechter
pe I can put it there) admini - looks if either admin or admini exists... virtual - for some reason I use this older version. some time after 0.24.5 the puppet-shipped fact suddenly changed its behaviour (although I'm not sure any more how) Have fun, udo. -- :: udo waechter - r...@zoide.net

[Puppet Users] Re: Facter - the future - your input needed

2009-01-30 Thread udo waechter
eeBSD, Ubuntu, Debian and Darwin. When the operatingsystem fact changed from debian to ubuntu on ubuntu whe had to go through a lot of manifests and classes to adapt those to the new situation. But this is not so much of a problem since it is a one-time change. Iff the fact does not chang

[Puppet Users] Re: 0.24.5 -> 0.24.7 function output strangeness

2009-01-26 Thread udo waechter
Hello again. I just saw http://projects.reductivelabs.com/issues/1824 Obviously this is already recognized as an issue. Bye, udo. On 26.01.2009, at 20:19, udo waechter wrote: > > Hello all. > Some days ago I have updated our puppetmaster to 0.24.7 (Debian, > something between et

[Puppet Users] 0.24.5 -> 0.24.7 function output strangeness

2009-01-26 Thread udo waechter
something change in the way how functions work in 0.24.7? The Changelog does not suggest this. Thanks, udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http:/

[Puppet Users] Re: virtual resources: multiple exports and one collect

2009-01-24 Thread udo waechter
} > > } This should work iff your sge.conf is proper. One thing that I experienced: If the installation goes wrong, inst_sge logs to /tmp and not to $SGE_CELL/install_logs/... like the output says. Usually the exec host must be already registered at the master. As admin and exe

[Puppet Users] Re: class from module not evaluated any more

2008-12-28 Thread udo waechter
;s going on should probably jump in, though. -Robin On Sat, Dec 27, 2008 at 12:29:13PM +0100, udo waechter wrote: Hello, well, I renamed sge::exechost to sge_exechost and voila it works again. Now, it seems to me that this is a bug. Classes that have a "similar" name do not have

[Puppet Users] Re: class from module not evaluated any more

2008-12-27 Thread udo waechter
at 22:18, Robin Lee Powell wrote: On Mon, Dec 22, 2008 at 10:05:08PM +0100, udo waechter wrote: Hello puppet-users. I have a really strange problem since some days. puppetmasterd is 0.24.5-2 (Debian etch) puppetd are 0.24.4 (Ubuntu hardy desktop/server), 0.24.5-2 (Debian etch), 0.24.5 (Darwin, 10

[Puppet Users] class from module not evaluated any more

2008-12-22 Thread udo waechter
s in order to get rid of the multiple mentioning of sge::submithost and sge::exechost in nodes.pp and node_templates.pp Any help or hints are highly appreciated. Bye, udo. -- :: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: ht

[Puppet Users] class name length?

2008-11-27 Thread udo waechter
Hello once again. Is there a limit to the length of the name of a class? - puppetmaster/clients 0.24.5 on Debian Etch - clients 0.24.4 on Ubuntu Hardy - clients 0.24.5 Mac OS X (Leopard) I have one class one::two::three::four { ...usefullthings... } which does not get evaluated. If I change

[Puppet Users] misconceptions

2008-11-27 Thread udo waechter
t overwrite/delete "attributes" that the inheriting class defines. Can someone shed some light on this issue? I guess I misinterpret inheritance in puppet. Thanks, udo. -- :: udo waechter - [EMAIL PROTECTED] :: N 52º16'30.5" E 8º3'10.1" :: genuine input fo

[Puppet Users] Re: usage of '+>' ?

2008-11-27 Thread udo waechter
behaviour is used in resource overrides (inheritance) Given: class x { user { test: groups => blah } } Additional values can be added in an override class. class y inherits x { User['test'] { groups +> blah2 } } Regards, AJ On 26/11/2008, at 10:05 PM, Udo Waechter <[E

[Puppet Users] Re: usage of '+>' ?

2008-11-26 Thread Udo Waechter
r than .6), I just did not try it out. Are the docs wrong? udo. Aj wrote: > That behavior was added in .6 > > Regards, > > AJ > > On 26/11/2008, at 9:31 PM, Udo Waechter <[EMAIL PROTECTED] > osnabrueck.de> wrote: > >> Oh, sorry: >> >> - pup

[Puppet Users] Re: usage of '+>' ?

2008-11-26 Thread Udo Waechter
Oh, sorry: - puppetmaster is 0.24.5 (Debian etch) - puppet clients are 0.24.5 (debian), and 0.24.4 (ubuntu hardy) Bye, udo. Paul Lathrop wrote: > Udo, > > What version of Puppet are you running? > > --Paul > > On Tue, Nov 25, 2008 at 12:57 PM, udo waechter > &

[Puppet Users] usage of '+>' ?

2008-11-25 Thread udo waechter
? Or does the user-type do the "adding the user to the group" thing by itself? Thanks, udo. -- :: udo waechter - [EMAIL PROTECTED] :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http://

[Puppet Users] Re: *nix stats + RRDtool + AJAX = YaketyStats

2008-10-15 Thread udo waechter
D] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~--~~~~--~~--~--~--- -- :: udo waechter - [EMAIL PROTECTED] :: N 52º16'30.5" E 8º3'10.1" :: genuine input for your ears: http://auriculabovinari.de :: your eyes: http://ezag.zoide

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-06 Thread udo waechter
Ah, I see an error in my reasoning here: On 06.10.2008, at 20:36, udo waechter wrote: What comes to my mind now, is that I can do a hack and replace: @@file{"queue-template-${name_real}": path => "${sge_collects}/queue.te

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-06 Thread udo waechter
Hi, On 06.10.2008, at 17:35, Teyo Tyree wrote: udo waechter wrote: Hi, On 03.10.2008, at 19:15, Luke Kanies wrote: On Oct 3, 2008, at 4:37 AM, udo waechter wrote: I would like to know how I could have many hosts export the "same" (as in identical) resource. Is this possible?

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-04 Thread udo waechter
Hi, On 03.10.2008, at 19:15, Luke Kanies wrote: On Oct 3, 2008, at 4:37 AM, udo waechter wrote: I would like to know how I could have many hosts export the "same" (as in identical) resource. Is this possible? As with non-exported resources, you can't have multiple instan

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-03 Thread udo waechter
Hello, On 02.10.2008, at 18:22, Luke Kanies wrote: On Oct 1, 2008, at 8:02 AM, udo waechter wrote: Hello everybody, I have a question regarding virtual resources and the exporting/ collection thereof. I have several hosts that should export one and the same file resource. This should be

[Puppet Users] virtual resources: multiple exports and one collect

2008-10-01 Thread udo waechter
execution if the exec has already been applied on the collecting node. This is not possible for the File resources though. Could it be that exporting via @file{...} and collecting with realize(...) would solve this issue? I do not really understand the use of this approach, I must confess.