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
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
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
'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
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
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: