Re: [Puppet Users] Re: Seemingly random failures after 2.7.1 upgrade

2011-07-15 Thread Gustavo Soares
done! http://projects.puppetlabs.com/issues/8433 Gus On Fri, Jul 15, 2011 at 7:59 AM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > same problem for me.. I've notice the problem on modules using > > autoloading... > > > > I think I will stick to version 2.6.9... >

Re: [Puppet Users] Re: Seemingly random failures after 2.7.1 upgrade

2011-07-14 Thread Gustavo Soares
Hi Nigel, here we go... * all my classes are "included" (I was still using 0.25.x...) * In my $confdir/manifests/classes/roles I have a very generic class for all puppet hosts declared as follow: class role_puppet_common { $role = "puppet_common" include common include puppet::common include pu

Re: [Puppet Users] Re: Seemingly random failures after 2.7.1 upgrade

2011-07-14 Thread Gustavo Soares
Hi Trey, same problem for me.. I've notice the problem on modules using autoloading... I think I will stick to version 2.6.9... Gus On Thu, Jul 14, 2011 at 8:57 AM, treydock wrote: > I think the way I posted the contents of the modules may have been > misleading, as I do actually have each cl

Re: [Puppet Users] SVN hooks

2010-08-12 Thread Gustavo Soares
I am also using some hooks, but for git. I've been using to hooks: client-side hooks and server-side hooks. Take a look on this link: http://projects.puppetlabs.com/projects/puppet/wiki/Puppet%20Version%20Control Gus On Thu, Aug 12, 2010 at 6:12 AM, Alexander Kriventsov wrote: > 12.08.2010 13:

Re: [Puppet Users] install package based on operatingsystem AND operatingsystemrelease

2010-08-11 Thread Gustavo Soares
I've been doing like this. (Don't know if it is the better ways.. but.. :)) if ($operatingsystemrelease >= 4) and ($operatingsystemrelease < 5) { $release = "el4" } else { if ($operatingsystemrelease >= 5) and ($operatingsystemrelease < 6) { $release = "el5" } } package { abc: ensure => "0.25.

Re: [Puppet Users] exec not finding shell builtins/functions?

2010-07-30 Thread Gustavo Soares
+1 On Fri, Jul 30, 2010 at 10:07 AM, Joe McDonagh wrote: > On 07/30/2010 12:18 AM, Daniel Pittman wrote: > >> James Turnbull writes: >> >> >>> Richard Crowley wrote: >>> >>> On Thu, Jul 29, 2010 at 3:23 PM, Greg Graf wrote: >>> [...] >> >> >> >>> I saw the same thing happen

Re: [Puppet Users] Re: rollback from 2.6...

2010-07-26 Thread Gustavo Soares
What problem did you have with foreman after migrating to 2.6? I am concerned about this.. since I am running a 0.25.x branch o puppet with foreman and I am planning to migrate to 2.6... Thanks in advance, Gus On Mon, Jul 26, 2010 at 2:06 PM, Thomas A. McGonagle wrote: > Thanks Jeff, > Super h

Re: [Puppet Users] [puppet-users] apt and gem package with the same name

2010-07-07 Thread Gustavo Soares
I don't think that it should work. I have a similar a problem when I want to manage to gems with different versions.. I have tried something like this: package { "memcached-0.18.0": name => "memcached", provider => gem, ensure => "0.18.0" } package { "memcached-0.20.0": name => "me

Re: [Puppet Users] Dashboard or Foreman

2010-06-16 Thread Gustavo Soares
IMHO it depend's... if you are just looking for a dashboard.. honestly.. I don't know which one is better... however, If you are looking for more functionallity... than you should take a look on foreman. I am using foreman... The dashboard is nice and I can use foreman as a external node tool :)

Re: [Puppet Users] Re: New Foreman release - 0.1-5

2010-06-08 Thread Gustavo Soares
the web interface is a 100% better!!! the usability is better as well. Cheers, Gus On Tue, Jun 8, 2010 at 12:37 PM, Ohad Levy wrote: > > there are examples in the extra subdir, and there is even a module which > pre-configures it for you :) > > checkout http://github.com/ohadlevy/puppet-foreman

Re: [Puppet Users] Re: storing facter facts in Dashboard.....

2010-06-02 Thread Gustavo Soares
I've installed foreman yesterday to play around.. I've have used the tar.gz in the "src.rpm" file to install it... is it old? Thanks in advance, Gus On Wed, Jun 2, 2010 at 12:28 PM, CraftyTech wrote: > Sounds great. I'm looking forward to the major release. > > On May 31, 10:31 am, Ohad Levy

Re: [Puppet Users] Report timestamps

2010-06-02 Thread Gustavo Soares
Hi Rob, I have opened an issue regarding to this http://projects.reductivelabs.com/issues/3528 Hopefully it will solved in the next puppet release 0.25.6... so let's wait :) Cheers, Gus On Wed, Jun 2, 2010 at 11:33 AM, Rob McBroom wrote: > I'm starting to look at reporting and I notice the t

Re: [Puppet Users] Fabric vs ControlTier

2010-04-15 Thread Gustavo Soares
I am using Fabric for deployment and also to automate the installation of a puppet master server and puppet client servers. I have nothing to complain about it. Cheers, Gus On Thu, Apr 15, 2010 at 4:53 PM, Michael DeHaan wrote: > On Thu, Apr 15, 2010 at 4:17 AM, SyRenity wrote: > > Hi. > > > >

[Puppet Users] broken image links on puppet-dashboard tour documentation

2010-04-09 Thread Gustavo Soares
Hi! I don't know if here is the right place to say this, but the puppet-dashboard tour webpage ( http://www.puppetlabs.com/blog/a-tour-of-puppet-dashboard-0-1-0/) seems to have some broken image links. Thanks in advance, Gus -- You received this message because you are subscribed to the Google

Re: [Puppet Users] ANNOUNCE: Puppet 0.25.5 - Release Candidate 1 available!

2010-04-09 Thread Gustavo Soares
Hi, I would like confirm if the bug #3182 will be solved in the 0.25.5 final release (I am asking this because I didn't saw it in the changelog of the RC1). Thanks in advance, Gus On Thu, Apr 1, 2010 at 3:22 AM, James Turnbull wrote: > Welcome back to the Puppet release cycle - brought to you b

Re: [Puppet Users] Re: puppet dashboard with mysql user not root

2010-04-07 Thread Gustavo Soares
I don't know which OS you are using, but maybe you should take a look on this post http://zcentric.com/2010/03/11/install-puppet-dashboard-on-redhatcentos-5/ Cheers, Gus On Wed, Apr 7, 2010 at 2:46 PM, Asif Iqbal wrote: > On Wed, Apr 7, 2010 at 1:31 PM, Asif Iqbal wrote: > > Hi All > > > > I

Re: [Puppet Users] REST API for puppet

2010-03-31 Thread Gustavo Soares
; > > On Wed, 2010-03-31 at 10:45 -0300, Gustavo Soares wrote: > > >> Ok, thanks. > > >> > > >> I'll check the code too. > > > > > > You can also have a look to the auth.conf file which lists most of the > > > REST urls. &g

Re: [Puppet Users] REST API for puppet

2010-03-31 Thread Gustavo Soares
Ok, thanks. I'll check the code too. Gus --- Original message --- From: James Turnbull To: puppet-users@googlegroups.com Sent: 30.3.'10, 22:58 On 31 March 2010 11:36, Paul Lathrop wrote: It does exist! Sadly, the documentation is the code, as far as I've been able to determine. Y

[Puppet Users] REST API for puppet

2010-03-30 Thread Gustavo Soares
Hello everyone! Is there any REST API avaiable for puppet? In the documentation page ( http://docs.puppetlabs.com/) there is a message saying that the doc will be comming soon.. but I am in doubt... the REST API exists, but it is not documented or it does not exist? If it exists, does anyone kno

Re: [Puppet Users] sharing variables between definitions

2010-03-25 Thread Gustavo Soares
well, forget what I said.. It seems that I have misunderstood the variable scope... I will try to do as you suggest. Thanks! On Thu, Mar 25, 2010 at 10:42 AM, Gustavo Soares wrote: > Hi, Michael, thank you for your reply. > > What I mean about "dynamic variables" is: &

Re: [Puppet Users] sharing variables between definitions

2010-03-25 Thread Gustavo Soares
om> wrote: > On Thursday 25 Mar 2010 11:48:44 Gustavo Soares wrote: > > I have thought of using qualified variables, but i think that won't work > > inside a tempalte, right? Or can I do <%= class::variable %> ? > > It will but you have to use <%= scope.lookup(&

Re: [Puppet Users] sharing variables between definitions

2010-03-25 Thread Gustavo Soares
- From: Michael Gliwinski To: puppet-users@googlegroups.com Sent: 25.3.'10, 6:46 On Wednesday 24 Mar 2010 22:15:27 Michael DeHaan wrote: On Wed, Mar 24, 2010 at 5:51 PM, Gustavo Soares wrote: > Hi, Michael! thanks for your reply! > > actually it is the opposite.. :) i.e, I want

Re: [Puppet Users] sharing variables between definitions

2010-03-24 Thread Gustavo Soares
: > > > On Wed, Mar 24, 2010 at 5:11 PM, Michael DeHaan > wrote: > >> >> On Wed, Mar 24, 2010 at 3:10 PM, Gustavo Soares >> wrote: >> >>> Hi everybody! >>> >>> I would like to share a group of variables between definitions and

[Puppet Users] sharing variables between definitions

2010-03-24 Thread Gustavo Soares
Hi everybody! I would like to share a group of variables between definitions and I don't know what it is the best approach to do this... First, let me explain the situation... I were using a class and defining those variables inside of it.. then I used inheritance to this class to get the varia

Re: [Puppet Users] Re: migating from 0.24.8 to 0.25.0rc1

2010-03-15 Thread Gustavo Soares
sorry for the late reply :) but yes, I have switched to passenger. Gus On Tue, Sep 29, 2009 at 5:22 PM, Chris Westin wrote: > > I'm getting similar messages about cacrl, even though I haven't set > it. Did switching to passenger fix the problem? Or did you find > another way to fix it? > > I

Re: [Puppet Users] ssh_authorized_key creating multiple entries on repeated runs

2010-02-10 Thread Gustavo Soares
what version of puppet are running? I faced this problem with puppet 0.24.8, but since I have updated to the 0.25.x release that I don't have this problem anymore. Gus On Wed, Feb 10, 2010 at 7:03 AM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > > Newbie here.

Re: [Puppet Users] managing gem files with puppet

2010-02-10 Thread Gustavo Soares
Wed, Feb 3, 2010 at 11:52 AM, Gustavo Soares > wrote: > >> Hi everyone!! >> >> I have noticed that if I am managing gem files with puppet ensuring a >> specific version and the system has the gem 2 versions of that gem >> installed, including the version that I a

[Puppet Users] managing gem files with puppet

2010-02-03 Thread Gustavo Soares
Hi everyone!! I have noticed that if I am managing gem files with puppet ensuring a specific version and the system has the gem 2 versions of that gem installed, including the version that I am managing, puppet doesn't identify that I have that gem installed. For example: package { fastt

[Puppet Users] manage two gems with different version

2009-12-11 Thread Gustavo Soares
Hi all, does anyone know if it is possibile to manage two or more gems with the same name but with different versions? Thanks in advance, Gus -- 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...@goo

[Puppet Users] Re: Duplicate parameter 'require'

2009-11-04 Thread Gustavo Soares
all right! that explains everything! I've tried to find any example like yours (require => [ User["puppet"], File["/var/lib/puppet/.ssh"] ]) on the wiki, but I hadn't found. thank you!! On Wed, Nov 4, 2009 at 4:01 PM, R.I.Pienaar wrote: > > Hello, >

[Puppet Users] Duplicate parameter 'require'

2009-11-04 Thread Gustavo Soares
Hi!! I was using puppet 0.24.8 and I have recently upgraded to version 0.25.1. (I am using puppet + passenger configuration) I have noticed that when I have to requires in a manifest, the following error is raised: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplica

[Puppet Users] Re: migating from 0.24.8 to 0.25.0rc1

2009-08-20 Thread Gustavo Soares
thanks Pete.. I will use passenger for sure... I were beginning to think that the problem that I face when migrating from 0.24.8 to 0.25.0rc1 (which I had already rolled back) was somehow connected to Webrick.. but I guess not... Cheers On Thu, Aug 20, 2009 at 4:27 PM, Peter Meier wrote: > > Hi

[Puppet Users] Re: migating from 0.24.8 to 0.25.0rc1

2009-08-20 Thread Gustavo Soares
at 10:04 AM, Larry Ludwig wrote: > > > On Aug 19, 2009, at 3:42 PM, Gustavo Soares wrote: > > > Hi all! > > > > I have migrated some machines from puppet 0.24.8 to 0.25.0rc1, > > mainly because of bug in 0.24.8 when using ssh_authorized_keys and I > > am g

[Puppet Users] migating from 0.24.8 to 0.25.0rc1

2009-08-19 Thread Gustavo Soares
Hi all! I have migrated some machines from puppet 0.24.8 to 0.25.0rc1, mainly because of bug in 0.24.8 when using ssh_authorized_keys and I am getting the following messages when starting the client: Setting the :cacrl to 'false' is deprecated; Puppet will just ignore the crl if yours is missing

[Puppet Users] Re: reports file created with gmt time

2009-08-15 Thread Gustavo Soares
; > On Sat, Aug 15, 2009 at 4:41 AM, Gustavo Soares > wrote: > >> Hi All! >> >> Maybe it is a dummy question, but I was wondering if is there any reason >> to >> use gmt time and not >> the currently time on the machine for the reports files generated on

[Puppet Users] reports file created with gmt time

2009-08-14 Thread Gustavo Soares
Hi All! Maybe it is a dummy question, but I was wondering if is there any reason to use gmt time and not the currently time on the machine for the reports files generated on disk when using store config ( http://reductivelabs.com/trac/puppet/wiki/ReportReference)? I am using puppet 0.24.8. Thank

[Puppet Users] Re: Puppetshow problem - ActionView::TemplateError

2009-08-12 Thread Gustavo Soares
Apparently the problem is due to the version of ruby that I am using (1.8.7)... (I must say that my experience in programming ruby is not that much...) I found the solution in this post ( http://railsforum.com/viewtopic.php?id=27226), which says to add the following code to the environment.rb unl