This sounds like a problem I had before. Does the client's certificate appear
in puppetca on the server?
Run "puppetca --list --all" on the server as root.
Did the client get it's signed certificate?
I don't remember how to check this off the top of my head.
On May 23, 2010, at 9:23 PM, Marley
I am not getting any report in my /var/lib/puppet/reports/
This is from my server:
[r...@mgmt-puppet-dev-01 ~]# puppetmasterd --version
dnsdomainname: Unknown host
0.25.4
[r...@mgmt-puppet-dev-01 ~]# rpm -qa | grep puppet
puppet-server-0.25.4-1.el5
puppet-0.25.4-1.el5
An this is from my client:
Have you considered just pinning this package via a file and requiring that
before this resource?
On May 23, 2010 3:31 PM, "Hercynium" wrote:
Good afternoon. I've just started playing with puppet, and I'm
currently stuck trying to figure out how to accomplish the following:
I want to add a prop
What OS/distro are you using? Most will have the services pre-setup.
On May 23, 2010, at 8:23 AM, takrishnan wrote:
> Thanks for the tip Patrick. It worked fine except that without
> hasrestart =>true, it was using stop/start but I wanted to restart.
>
> -tak
>
> On May 21, 4:40 pm, Patrick
Good afternoon. I've just started playing with puppet, and I'm
currently stuck trying to figure out how to accomplish the following:
I want to add a property to the package type resource, so if one is on
a debian-based system they can specify from which "release" to install
a package and it's depe
Thanks for the tip Patrick. It worked fine except that without
hasrestart =>true, it was using stop/start but I wanted to restart.
-tak
On May 21, 4:40 pm, Patrick wrote:
> On May 21, 2010, at 11:23 AM, takrishnan wrote:
>
>
>
> > Hi,
>
> > I have this in my sshdconfig module's init.pp but the s
Hi,
I think the idea with the static DHCP leases is a good one :) But even
then, wouldn't I want to set the DHCP config via puppet, so I would
need to define all the IPs inside puppet?
Cheers,
Andreas.
On 23 Mai, 15:50, Joe McDonagh wrote:
> On 05/22/2010 04:59 PM, andreash wrote:
>
> > Hi,
>
On 05/22/2010 04:59 PM, andreash wrote:
> Hi,
>
> thanks for your input. I had already thought about that, but initially
> wanted to be able to set the ip addresses using puppet. Or is that a
> bad idea?
>
Hi, you should probably use DHCP static leases, but in situations where
you can't, it is p
On May 22, 2010, at 9:50 PM, Marley Bacelar wrote:
> Hi i have the running i both sides, client and server sides the puppet 0.25.4
> Get this error on server side:
>
> puppetmasterd[5363]: Report puppet_dashboard failed: wrong Content-Length
> format
>
>
> And receive this error on my client