[Puppet Users] Re: Newbie got cart before horse - how to make Puppet files match reality

2015-01-29 Thread Karen Ellrick
Addendum: I got a chance to talk to someone at a PHP user's group gathering with my computer in front of me, and he explained a lot of fundamentals I was missing. I am better informed now about the different roles of Vagrant and Puppet, and what PuPHPet was doing for me. My main configuration fi

[Puppet Users] Re: Unexpect error_document behaviour in puppetlabs/apache

2015-01-29 Thread Jonathan Gazeley
Fixed my own problem. The closing square bracket was a few lines too low and some other hash elements were being accidentally included and passed to error_documents. Sorry for the noise! On 29/01/15 11:48, Jonathan Gazeley wrote: Hi folks, I'm hitting an unexpected problem with puppetlabs/ap

Re: [Puppet Users] how to export all variables in a nodes catalog, to .yaml file (including derived ones) ?

2015-01-29 Thread Christopher Wood
I couldn't think of or recall how, but I have a number of "in your place I would" sort of thoughts. These could be just rhubarbing along. On Wed, Jan 28, 2015 at 12:46:17PM -0800, Brett Swift wrote: >I'm trying to get a useful tool for our operations guys, to give them some >transparency

[Puppet Users] Unexpect error_document behaviour in puppetlabs/apache

2015-01-29 Thread Jonathan Gazeley
Hi folks, I'm hitting an unexpected problem with puppetlabs/apache. I have an apache::vhost declaration which includes the following block: error_documents => [ { 'error_code' => '404', 'document' => '/error_docs/404.html' }, { 'error_code' => '40

[Puppet Users] Could not back up

2015-01-29 Thread Luca Mazzaferro
Dear Users, I'm trying to deploy an entire directory inside one node: file{"$owncloudpath/apps/files_antivirus": ensure => directory, source => "puppet:///modules/web/apps/files_antivirus", recurse => remote, owner => $oc_user, group => $oc_group, mode=> "75