Re: [Puppet Users] Re: Fabric vs ControlTier

2010-04-16 Thread Michael DeHaan
On Fri, Apr 16, 2010 at 3:25 PM, SyRenity wrote: > Hi. >> >> I'll throw a couple more into the mix --- Func also runs on your >> CentOS machine and can use Puppet certs in the latest source version. > > How Func compares to Fabric? > By puppet certs, you mean it's enough to add Puppet client to Pu

Re: [Puppet Users] Group Membership and Exec

2010-04-16 Thread Avi Miller
Hey Brian, Brian wrote: the execution of the oracle installer. It fails because it believes that the user it is running as is not a member of the proper groups. I work around this by not invoking runInstaller directly from Puppet. Rather, I use a File{} resource to send down a wrapper script

[Puppet Users] Group Membership and Exec

2010-04-16 Thread Brian
Hi, I have a puppet module that I'm using to manage Oracle 11G. I'm using puppet 0.24.8 on 64-bit CentOS 5.4. Everything works properly except the execution of the oracle installer. It fails because it believes that the user it is running as is not a member of the proper groups. However, the user

[Puppet Users] Re: how to upgrade with rpm?

2010-04-16 Thread armenzg
This worked after I used the right name for the package. "gtk2" instead of "gtk" This was the error I was getting and I should have paid more attention: err: //Node[talos-r3-fed-002.build.mozilla.org]/staging-talosslave/ talos_fedora/Package[gtk]/ensure: change from absent to latest failed: Could

[Puppet Users] Re: Fabric vs ControlTier

2010-04-16 Thread SyRenity
Hi. > > I'll throw a couple more into the mix --- Func also runs on your > CentOS machine and can use Puppet certs in the latest source version. How Func compares to Fabric? By puppet certs, you mean it's enough to add Puppet client to Puppet master, and Func can re-use the created certificates?

[Puppet Users] how to upgrade with rpm?

2010-04-16 Thread armenzg
Hi I am trying to upgrade gtk from gtk2.18.3-19 to gtk2.18.9-3. I have downloaded the package that I want in a shared drive. class talos_fedora { Package{ provider => rpm, ensure => installed } package { "gtk": source => "${httproot}/talos/linux/RPMS/${hardwaremodel}

[Puppet Users] Import behavior

2010-04-16 Thread Derek Yarnell
Am I reading the right code which I believe is responsible and that Import "foo/*" does not recursively import beyond the directory of foo correct? Does the behavior of module importation import everything recursively from the manifests directory? I am seeing behavior where a class in a modu

Re: [Puppet Users] Setting up storeconfigs with puppet 0.24.8 and mongrel

2010-04-16 Thread Doug Warner
Thanks to TMZ for catching that puppet 0.24 requires rails <= 2.2.x and I was running 2.3.5. I seem to be hitting the "mysql has gone away" bug [1] now since I'm running mongrel that I'll have to see if I can patch away, but at least that's a known problem ;) -Doug [1] http://projects.reductivel

Re: [Puppet Users] Custom Types: issue with accessing resources in provider from type

2010-04-16 Thread Jeff McCune
Hi, This question will probably get a better response on the Puppet developer mailing list. -Jeff -- 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. To unsubscribe from this grou

[Puppet Users] Custom Types: issue with accessing resources in provider from type

2010-04-16 Thread Maxim Ianoglo
Hello, Tryign to make a custom type Type: module Puppet newtype(:simple_line) do ensurable newparam(:name) do isnamevar end newproperty(:target) do defaultto { if @resource.class.defaultprovider.anc

[Puppet Users] Setting up storeconfigs with puppet 0.24.8 and mongrel

2010-04-16 Thread Doug Warner
I'm trying to get storeconfigs running but having a problem that the server is giving me "err: Could not retrieve catalog: Rails is missing; cannot store configurations" I've tried running a single puppmetmaster w/ trace enabled to capture a trace which I believe is included below. I'm using pupp