Hi,
Just wondering if anyone had any similar issues OR idea's on
troubleshooting the following problem.
I have a client/node registered to the puppet master and it is working
without any issues. On the server I can see it compile the catalog in
the logs. However when I run 'puppet cert --list --a
On Wed, Jul 27, 2011 at 11:55:16AM -0700, Ben Hughes wrote:
> It should be swift, and probably, no one will even notice.
Let us all just pretend that was the case...
If anyone is seeing anything out of sorts, please give me a shout (or, if
you still can, raise a ticket).
Thanks.
--
Ben Hughes
On Thu, 28 Jul 2011, Shiradz wrote:
info: Caching catalog for x01.com
info: Applying configuration version 'svnver=-1:9644M t=131120'
What does the 'svnver=-1:9644M' mean?
Trying to understand why the svnver is wrong?
The version string is printed by a script that's referenced from
t
It looks like you're wanting to do it via erb, but if you can perform
whatever logic in the manifest, you can use tagged:
(scott@cornstarch:tmp)% cat foo.pp
class foo { }
class bar {
if (tagged("foo")) {
notice("You're including foo")
}
}
include foo, bar
(scott@cornstarch:tmp)% puppet f
Good catch, I've gone ahead and swapped the column order and merged
the change, so we should be ready for another RC tomorrow unless
anyone finds more issues.
On Thu, Jul 28, 2011 at 4:51 PM, Daniel Hogland wrote:
> Another bug that might want to be fixed (quick fix i'm sure) before cutting
> a n
A race condition issue has been found with DelayedJob report
processing. The fix has been committed to the rc branch, so another
RC will be necessary.
Ticket #8686
commit:e86526f224058d8d049b2f8b93d5fdca57332ad8
On Fri, Jul 22, 2011 at 4:18 PM, Michael Stahnke wrote:
> This a feature release ca
On Jul 28, 2011, at 11:39 AM, Nan Liu wrote:
> On Thu, Jul 28, 2011 at 1:48 PM, Craig White wrote:
>> Trying to ascertain if a particular client has been assigned the class
>> ldap::server_install because I want to have a different configuration value
>> for the ldap::configure files
>>
>> Th
Awesome. I did not realize I needed a comma after the bracket, since
you would think that the comma from the facter definition would
suffice.
Thanks Charles.
On Jul 28, 2:53 pm, Charles Johnson wrote:
> Missing a comma "," perhaps?
>
> group => $kernel ? {
> Linux => "roo
Missing a comma "," perhaps?
group => $kernel ? {
Linux => "root",
SunOS => "bin",
default => "root",
},
On Thu, Jul 28, 2011 at 1:47 PM, Jemmorey wrote:
> I'm a relatively new user of puppet, so hopefully this
I'm a relatively new user of puppet, so hopefully this isn't too basic
a problem.
I have a resolv.conf module that intermittently works. When it fails,
it fails with:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not parse for environment development: Syntax erro
On Thu, Jul 28, 2011 at 1:48 PM, Craig White wrote:
> Trying to ascertain if a particular client has been assigned the class
> ldap::server_install because I want to have a different configuration value
> for the ldap::configure files
>
> This just gives me a syntax error...
>
> Class["ldap::se
Trying to ascertain if a particular client has been assigned the class
ldap::server_install because I want to have a different configuration value for
the ldap::configure files
This just gives me a syntax error...
Class["ldap::server_install"].included? ? $is_ldap_server = true :
$is_ldap_se
Hi Doug,
In case everyone else's posts haven't solved your problem, there's a
fiddly but seamless way to migrate between Puppet Masters by keeping
the same CA. It's easier if you already have a DNS alias for your
master, like "puppet" and that's also an additional Cert DNS Name in
the master's cer
Another minor oddity, our puppet clients are configured to sync every
30 mins, however the 'puppet-agent[32709]: Could not send report:
Error 400 on SERVER: SSL_read:: internal error' only occurs at the top
of the hour, never at half past.
Jul 26 19:00:07 host2 puppet-agent[3634]: Could not send r
One thing I'm seeing is differing versions of openssl.
On the clients that are generating these ssl errors,
openssl-0.9.8e-12.el5_5.7
On the clients that don't seem to have the ssl errors,
openssl-0.9.8e-12.el5_4.6
The puppet master server has openssl-0.9.8e-12.el5_5.7, which doesn't
seem to m
On Thu, Jul 28, 2011 at 8:38 AM, Shiradz wrote:
> Hi All,
>
> Running puppetd --onetime --test --noop --tags=pkg_x,cfg_pkgget
>
> info: Caching catalog for x01.com
> info: Applying configuration version 'svnver=-1:9644M t=131120'
>
> What does the 'svnver=-1:9644M' mean?
> Trying to u
Hi All,
Running puppetd --onetime --test --noop --tags=pkg_x,cfg_pkgget
info: Caching catalog for x01.com
info: Applying configuration version 'svnver=-1:9644M t=131120'
What does the 'svnver=-1:9644M' mean?
Trying to understand why the svnver is wrong?
Cos puppet is not deploying
Good Day,
What prevents puppetd from implementing the correct svn version?
When i run puppetd on client machine i get:
info: Applying configuration version 'svnver=-1:9000M t=123456'
Why the minus and the M, correctly deployed versions dont have the -1
and the M?
Please help
Regards
--
You
18 matches
Mail list logo