Re: [Puppet Users] Hiera Setup Lookup Complaining

2020-02-25 Thread Dan Crisp
I included the --compile option. Now (not sure whether as a result of use --option) I can see /etc/puppetlabs/code/environments/production/data/nodes/nodename.domain.com.yaml in the output: Searching for "lookup_options" Global Data Provider (hiera configuration version 5) No such key:

Re: [Puppet Users] Hiera Setup Lookup Complaining

2020-02-25 Thread Henrik Lindberg
On 2020-02-25 13:42, Dan Crisp wrote: I included the --compile option.  Now (not sure whether as a result of use --option) I can see/etc/puppetlabs/code/environments/production/data/nodes/nodename.domain.com.yaml in the output: Probably because you got a run done by the agent? Anyway - firs

[Puppet Users] FOSS support drop notice for Fedora 28, Fedora 29, MacOSX 10.12 Sierra and MacOSX 10.13 High Sierra

2020-02-25 Thread Luchian Nemes
Hello, This is a notice that we are dropping FOSS support for: - Fedora 28 - end of life was on 2019-05-28 - Fedora 29 - end of life was on 2019-11-30 - MacOSX 10.12 Sierra and MacOSX 10.13 High Sierra - in accordance with https://puppet.com/docs/puppet-enterprise/platform-support-lifecycle/

RE: [Puppet Users] Hiera Setup Lookup Complaining

2020-02-25 Thread Bart-Jan Vrielink
Hello, I see you are looking for 'match_address', but in Hiera it is stored as 'sshdconfig::match_address'. -Original message- From: Dan Crisp  Sent: Tuesday 25th February 2020 13:42 To: Puppet Users Subject: Re: [Puppet Users] Hiera Setup Lookup Complaining I included the --compil

Re: [Puppet Users] Hiera Setup Lookup Complaining

2020-02-25 Thread Dan Crisp
This is what I have: --- sshdconfig: match_address: "xx.xx.xx.xx" permit_root_login: without-password YAML Lint validates the YAML ok. However, it doesn't matter what I put in this file (Non YAML or a bunch of random characters ) the result is the same so I suspect it's not being read. Ho

Re: [Puppet Users] Hiera Setup Lookup Complaining

2020-02-25 Thread Dan Crisp
Hello Bart, Thanks for your reply. Yes that threw me also. I was originally looking for sshdconfig::match_adddress however the output from lookup returned: Searching for "sshdconfig::match_address" Global Data Provider (hiera configuration version 5) Using configuration "/etc/puppetlabs/

Re: [Puppet Users] Re: puppet bolt templates ??

2020-02-25 Thread Michael Smith
The existing functions 'epp' and 'inline_epp' work. For example, the following plan returns the resolved template: plan examples::epp() { $templ = @(END) <%= $foo %> END return inline_epp($templ, {'foo' => 'hello'}) } On Tue, Feb 11, 2020 at 10:25 PM Shirish Shukla wrote: > There should be

Re: [Puppet Users] Bolt puppetfile install - LFN issue

2020-02-25 Thread Michael Smith
https://github.com/puppetlabs/r10k/issues/181 seems relevant. It looks like there's a cache_root setting for this that would help, but not clear how to modify it with 'bolt puppetfile install'. On Wed, Feb 12, 2020 at 8:09 AM Andreas Torbiörnsson < andreas.torbiorns...@gmail.com> wrote: > Hi grou