On Fri, Sep 10, 2010 at 03:09:50PM -0700, Nigel Kersten wrote:
> On Fri, Sep 10, 2010 at 10:40 AM, Steven wrote:
> > You need to setup a global CA infrastructure. This would be one root with
> > all the puppet servers being trusted. Then any puppet server can sign certs
> > and accept certs signed
On Wed, Sep 29, 2010 at 10:15:39AM +0200, Daniel Maher wrote:
> Hello,
>
> cron { foo:
> command => "/bin/date > /tmp/foo",
> user=> root,
> minute => '2,7,12,17,22,27,32,37,42,47,52,57'
> }
>
You want
cron { foo:
command => "/bin/date > /tmp/foo",
user=> root,
minute => [
On Mon, Jun 15, 2009 at 09:27:02AM +1000, Geoff Crompton wrote:
> Currently, if I want to remove resources from a node that I've
> previously configured, I'm doing 'anti' patterns. Is there away for
> puppet to do it for me? For example, if I started with:
>
This sort of functionality is somet
On Tue, Jul 07, 2009 at 08:20:20PM +0100, Keith Edmunds wrote:
>
> I want to install debian-backports-keyring on puppet clients. However, I
> can't install it because the client doesn't already have the key:
>
> debian-backports-keyring
>
> Do you want to ignore this warning and proceed anywa
On Mon, Dec 22, 2008 at 04:47:53PM -0700, Tim Harper wrote:
>
> I want to run puppet in the cloud. The trouble is, the fqdn fact is
> quite random and looks something like "domU-12-32-19-01-B8-D1".
>
> I'm OK with deploying the cert pair and configuring puppetd to use the
> same cert on every b
On Sat, Mar 14, 2009 at 09:15:27AM -0700, kevin wrote:
>
> Is there a puppet way to set timezones in ubuntu? I've been using
> dpkg-reconfigure, but that shows me a gui, which is somewhat
> distasteful
For ubuntu I do the following, which is pretty much what the GUI tool
does.(I think most othe