[Puppet Users] Could not find a default provider for package

2011-06-18 Thread d0ugb
Need some help here. I am using puppet to mange some Gentoo boxes, and when working with packages I keep getting the following error: Could not find a default provider for package Version: * app-admin/puppet Latest version available: 0.25.0-r1 Latest version installed: 0.25.0-r1

[Puppet Users] Puppet module layout

2011-06-18 Thread Bruce Bushby
Hello I'm new to large scale puppet deployment and was hoping the list could offer some pointers on "module layout" My initial "layout" was motivated by a need to "harden" our Linux systems. I grouped the various hardening configs into: Kernel OS Network Shell Files Application I'm hoping I can

[Puppet Users] PuppetCA not signing Certificate-Requests

2011-06-18 Thread markus
Hi! I'm having a setup with MCollective 1.2.0, Puppet 2.6.4 and an provision-agent. Most of the time this works great, but sometimes (every 10th node or so) I experience, that signing-requests of puppet- agents are not getting signed on the master. So the request of the puppet agent to "/productio

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-18 Thread vagn scott
On 06/18/2011 10:31 AM, Markus Falb wrote: On 18.6.2011 05:30, vagn scott wrote: or you can do what I do and pipe that archive into tar: exec { "true $title&& wget -O - $upstream | tar xzf - --xform 's,wordpress/,,'": cwd => "$top", crea

Re: [Puppet Users] Problem in wordpress moodule.

2011-06-18 Thread Markus Falb
On 18.6.2011 05:30, vagn scott wrote: > or you can do what I do and pipe that archive into tar: > > exec { "true $title && wget -O - $upstream | tar xzf - --xform > 's,wordpress/,,'": > cwd => "$top", > creates => "$top/license.txt", >