hello!
centos 5.5, puppet 2.6.4, storeconfig, mysql, about150 clients.
time to time i recive following error:
Puppet (err): Could not retrieve catalog from remote server: Error 400
on SERVER: Mysql::Error: MySQL server has gone away
how can i fix it?
wbr, alw
--
You received this message beca
I will in the morning. It's definitely something that I need to resolve.
Thanks,
/Chris C
On Dec 5, 2010, at 7:43 PM, Ken Barber wrote:
> I don't have an issue here:
>
> $ cat test8.pp
> class abcdefghijklmnopqrstuvwxyz {
> notice("foo")
> }
> include abcdefghijklmnopqrstuvwxyz
> $ puppet te
I don't have an issue here:
$ cat test8.pp
class abcdefghijklmnopqrstuvwxyz {
notice("foo")
}
include abcdefghijklmnopqrstuvwxyz
$ puppet test8.pp
notice: Scope(Class[Abcdefghijklmnopqrstuvwxyz]): foo
$
You should post the error and more environment information to the
thread.
ken.
On Dec 6, 1
Hi everyone,
I'm experimenting with converting some of my live puppet content to
Ruby DSL and have found a few gaps I wouldn't mind some advice on. I'm
not sure how many of you have already experimented in this arena yet.
I've already read Dan Bode's excellent blog article on the subject:
http:/
Hi folks,
Is anyone noticing an issue with the length of a class name? If I call the
class syslogng the class fails. If I call the class slng the class works.
Strangely a class named all_hosts works.
Thanks,
/Chris C
--
You received this message because you are subscribed to the Google Groups
On Mon, Dec 6, 2010 at 05:23, cyrus wrote:
> I have the following setup
>
> http://pastebin.com/bWANRpsP
>
> And was wondering if anyone could comment on whether my philosophy is
> correct. The issue I am having is this. 99% of my systems need to be
> configured identically. However every now and
I have the following setup
http://pastebin.com/bWANRpsP
And was wondering if anyone could comment on whether my philosophy is
correct. The issue I am having is this. 99% of my systems need to be
configured identically. However every now and then there is a system
that needs a slight tweak.
As an
sorry, forgot to mention that the target file (/tmp/bar) exists and it
shouldn't be optional. I tried adding 'ensure => file' as you guys
suggested but without luck, it still produces the same error. As to
reporting this as a bug, there is an official bug
(http://projects.puppetlabs.com/issues/5065