Re: [Puppet Users] epp: has_key

2018-07-19 Thread R.I. Pienaar
> On 19 Jul 2018, at 21:19, Henrik Lindberg wrote: > >> On 2018-07-19 17:15, Helmut Schneider wrote: >> Hi, >> --- >> profiles: >> vpn: >> openvpn: >> defaults: >> client: >> dev: 'tun' >> proto: 'udp' >> resolv-retry:

Re: [Puppet Users] Re: How to Orchestrate State, such as use IPs of new systems for config other systems

2018-05-01 Thread R.I. Pienaar
> On 1 May 2018, at 08:04, Joaquin Menchaca wrote: > > Both Choria and Jerakia look awesome. I am so glad these awesome folks are > still innovating. I will explore these after my pilot project. They look > useful outside of Puppet, especially Jerakia, I can see using

Re: [Puppet Users] "file {}" resources owned by uid instead of euid

2018-03-15 Thread R.I. Pienaar
> On 15 Mar 2018, at 18:55, Turbo Fredriksson wrote: > > Puppet version: 3.8 (old, but can't upgrade). > > > I had a "file {}" resource "blow up" on me today, a crontab file that cron > refused to load because > > (*system*file) WRONG FILE OWNER (/etc/cron.d/file)

Re: [Puppet Users] Puppet 5 Stdlib IP address parsing

2018-02-15 Thread R.I. Pienaar
> On 16 Feb 2018, at 07:02, R.I. Pienaar <r...@devco.net> wrote: > > >> On 15 Feb 2018, at 15:04, John Baird <john.w.ba...@gmail.com> wrote: >> >> Do you have any recommendations for validating a custom top-scope fact? >> Meaning, it's not

Re: [Puppet Users] Puppet 5 Stdlib IP address parsing

2018-02-15 Thread R.I. Pienaar
) { } This will help with tests too > >> On Thursday, February 15, 2018 at 8:01:57 AM UTC-6, R.I. Pienaar wrote: >> >> >> On Thu, 15 Feb 2018, at 14:50, John Baird wrote: >> > R.I, >> > >> > Can you point me to some docs on exactly how

Re: [Puppet Users] Puppet 5 Stdlib IP address parsing

2018-02-14 Thread R.I. Pienaar
Use the Stdlib::Compat::Ipv4, ::Ipv6 and ::Ip_address data types --- R.I.Pienaar > On 15 Feb 2018, at 01:41, John Baird wrote: > > > According to the stdlib docs, "is_ip_address" is deprecated. There is no > mention of how to replace it without using

Re: [Puppet Users] getvar and case

2017-06-23 Thread R.I. Pienaar
You don't mention your versions but on the last 2 years of versions - i.e. 4 - do: $facts["zend_application_name_${user_app_name}"] --- R.I.Pienaar > On 23 Jun 2017, at 05:03, Ugo Bellavance wrote: > > zend_application_name_${user_app_name} -- You received this message

Re: [Puppet Users] List all hosts

2017-06-02 Thread R.I. Pienaar
> On 31 May 2017, at 16:05, Daniel Scott <danieljamessc...@gmail.com> wrote: > >> On Wednesday, 31 May 2017 14:36:33 UTC+1, R.I. Pienaar wrote: >> >> >> On Wed, May 31, 2017, at 15:33, Daniel Scott wrote: >> > Hi, >> > >> >

[Puppet Users] Re: Puppet Labs issue tracker migration 16 Dec 2013

2013-12-16 Thread R.I. Pienaar
On Tuesday, December 10, 2013 6:51:51 PM UTC, Eric Sorenson wrote: Hi, as I mailed about a little while ago[1], we're migrating issue tracking for Puppet Labs projects from Redmine to JIRA. After working through the tooling and integration concerns, we're going to make the switch on

[Puppet Users] Re: How best to monitor puppet?

2011-10-05 Thread R.I. Pienaar
On Oct 5, 4:36 am, Scott Smith sc...@ohlol.net wrote: It doesn't matter if puppetmasterd or puppetd are running and working if your clients are failing catalog runs. Send reports, write a check that alerts on N hosts with failed reports over X timeframe or something. I favor monitoring