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...
>
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
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
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:
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.
+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
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
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
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 :)
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
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
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
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.
> >
> >
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
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
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
; > > 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
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
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
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:
&
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(&
-
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
:
>
>
> 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
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
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
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.
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
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
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
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,
>
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
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
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
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
;
> 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
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
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
37 matches
Mail list logo