[Puppet Users] Puppet agent certs: do they live in /etc/puppet/ssl or /var/lib/puppet/ssl?

2015-08-10 Thread Graham Leggett
Hi all, I have been trying to configure a number of puppet agents with certificates and keys that are pregenerated. In theory, this means putting the certs in the right place and starting puppet agent. In practise this seems to be hard. After installing the "puppet" v3.4.3 package on ubuntu 14

Re: [Puppet Users] Is puppet right for us?

2011-12-07 Thread Graham Leggett
On 07 Dec 2011, at 10:22 PM, Luke wrote: > We are web app startup that is attempting to embrace the "devops" > paradigm. > > We have a mixture of redhat and centos ESX VMs spread across dev/QA/ > prod environments. We are currently using nagios for monitoring. Our > servers consist of apache, tom

[Puppet Users] Templates + Parameterised classes

2011-11-28 Thread Graham Leggett
Hi all, I have found the puppet docs for parameterised classes, and I have found the docs for templates, but I cannot find it documented anywhere on how to expose a parameter from a parameterised class inside a template. I am trying to embed the parameter name using <% parameter_name %> inside

[Puppet Users] Re: Using puppet+augeas to modify multiple files

2011-11-28 Thread Graham Leggett
On 27 Nov 2011, at 20:04, Graham Leggett wrote: > I have a task to convince puppet and augeas to modify multiple postfix > files, most specifically /etc/postfix/main.cf and /etc/postifx/ > acceptdomains.cf (and other LDAP related files), and I'm struggling to > find out how t

[Puppet Users] Using puppet+augeas to modify multiple files

2011-11-28 Thread Graham Leggett
Hi all, I have a task to convince puppet and augeas to modify multiple postfix files, most specifically /etc/postfix/main.cf and /etc/postifx/ acceptdomains.cf (and other LDAP related files), and I'm struggling to find out how to do that. I have found examples on how to use augeas to modify just o