[Puppet Users] Re: ENC

2015-12-14 Thread Doug Byrne
I've only ever used the ENC to set top scope variables, and the documentation only mentions top scope variables. Maybe class scoped variables can't be set by ENC using the parameters section. You could try adding those parameters under classes:docker: or use Hiera. On Monday, December 14, 2015

[Puppet Users] Re: ENC

2015-12-14 Thread Doug Byrne
What does your ENC output look like? You keep refering to it as Hiera YAML, but ENC and Hiera are not the same. Make sure it follows the format rules here: https://docs.puppetlabs.com/guides/external_nodes.html#enc-output-format -Doug On Monday, December 14, 2015 at 5:11:18 AM UTC-5, Sergiu Cor

[Puppet Users] Puppet Server: Invalid parameter ensure on File

2015-10-31 Thread Doug Byrne
I recently moved to Puppet Server from the Rack Puppet Master. After some amount of time, catalog compilation starts failing for all nodes: $sudo puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Error: Could not retrieve catalog from remote server: Error

[Puppet Users] Re: include a class in another class

2015-05-01 Thread Doug Byrne
'apache::service' is the name of a Class. You can look inside that class to find the service resource you're trying to notify. It's probably Service['apache2']. -Doug On Thursday, April 30, 2015 at 11:38:29 PM UTC-4, bluethundr wrote: > > Hey all, > > I'd like to include the apache service i

Re: [Puppet Users] user purge_ssh_keys

2014-05-22 Thread Doug Byrne
Thanks, created as PUP-2635 On Thursday, May 22, 2014 10:42:35 AM UTC-4, Felix.Frank wrote: > > Hi, > > interesting. That Should Have Worked(tm). > > A ticket would be splendid, yes. > > Thanks, > Felix > > On 05/22/2014 04:29 PM, Doug Byrne wrote: > &g

[Puppet Users] user purge_ssh_keys

2014-05-22 Thread Doug Byrne
Hi, I'm using Puppet 3.6.0 on Ubuntu 12.04 and I'm trying to purge unmanaged ssh authorized keys. I've added this code to my manifest: user { 'ubuntu': purge_ssh_keys => true, home => '/home/ubuntu', } However, no keys are purged. I do see the following lines in the agent debug output: