[Puppet Users] Does mtime checksum work?

2008-10-28 Thread schickb
Since my other thread (http://groups.google.com/group/puppet-users/ browse_thread/thread/51f014a558b340a4?hl=en) has lots of data and no replies, I wanted to ask the questions directly: Does the "mtime" checksum work correctly for others? Or does it update files unnecessarily? --~--~-~--~-

[Puppet Users] Re: RHEL4 = Use "yum"

2008-10-28 Thread Aj
If I understand ya, you probably want: Package { provider => 'yum' } To set the defaults for all packages. On 29/10/2008, at 8:37 AM, "Tiago Cruz" <[EMAIL PROTECTED]> wrote: > Hello guys, > > I would like to configure my puppet to use "yum" instead > "up2date" (default RHEL4). > > How can

[Puppet Users] Re: RHEL4 = Use "yum"

2008-10-28 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tiago Cruz wrote: > Hello guys, > > I would like to configure my puppet to use "yum" instead "up2date" > (default RHEL4). > > How can I do this? :) http://reductivelabs.com/trac/puppet/wiki/TypeReference#package See the provider attribute. Regard

[Puppet Users] RHEL4 = Use "yum"

2008-10-28 Thread Tiago Cruz
Hello guys, I would like to configure my puppet to use "yum" instead "up2date" (default RHEL4). How can I do this? :) Thanks! -- Tiago Cruz Linux User #282636 Mandriva Conectiva PRO Certified Linux Instructor --~--~-~--~~~---~--~~ You received this message beca

[Puppet Users] Re: Recursive files always replaced

2008-10-28 Thread schickb
Actually I am also seeing non-recursive normal files that are replaced every time I run puppetd on the client. One example is below. Am I doing something wrong? I've used 'stat' to ensure the file on the puppetmaster server is not actually changing between runs. Declaration: file { "/etc/skel/.b

[Puppet Users] Re: upgrading from 0.24-4 to 0.24-6

2008-10-28 Thread Matt Hyclak
On Oct 28, 3:53 am, "Ohad Levy" <[EMAIL PROTECTED]> wrote: > after testing a few clients, I've seen negative performance change: > >  puppetd[25489]: Finished catalog run in 25.94 seconds >  puppetd[26223]: Finished catalog run in 25.78 seconds >  puppetd[26981]: Finished catalog run in 26.13 se

[Puppet Users] Re: upgrading from 0.24-4 to 0.24-6

2008-10-28 Thread Ohad Levy
after testing a few clients, I've seen negative performance change: puppetd[25489]: Finished catalog run in 25.94 seconds puppetd[26223]: Finished catalog run in 25.78 seconds puppetd[26981]: Finished catalog run in 26.13 seconds puppetd[27713]: Finished catalog run in 27.21 seconds puppetd[2

[Puppet Users] Re: how to update solaris packages without keeping local copies

2008-10-28 Thread Ohad Levy
Hmm... versions just work with pkg-get ;) give it a try On Tue, Oct 28, 2008 at 2:08 PM, Matt McLeod <[EMAIL PROTECTED]> wrote: > > Thanks for that -- I'll take a proper look later. > > Is there any way to do versionable packages on Solaris? I could've sworn > the blastwave stuff could do it, bu

[Puppet Users] upgrading from 0.24-4 to 0.24-6

2008-10-28 Thread Ohad Levy
Hi, As I'm considering upgrading from 24-4 to 24-6, my initial tests did not show up any problems with 24-6 server and 24-4 client. Does anyone knows of any problem that 24-6 server can not provide configuration to 24-4 clients? it would make life a bit easier if I could have a transition period.