[Puppet Users] control-repo how to use the profile setup

2016-07-10 Thread Alex Samad
Hi I am using the control-rep from git (https://github.com/puppetlabs/control-repo) it has site/profile/manifest/.pp I am creating a profile for standard install of java. There is a file I would like to associated with this profile / class. But I have created site/profile/manifests/myjava.pp

Re: [Puppet Users] PQL Questions

2016-07-10 Thread R.I.Pienaar
> On 11 Jul 2016, at 00:39, Wyatt Alt wrote: > > > > >> On 07/10/2016 01:32 PM, R.I.Pienaar wrote: >> hey, >> >> Been playing with the PQL language and it's quite nice, have 2 questions. >> >> I want to do a regex case insensitive match, docs mention you can do whatever >> Postgres supports

Re: [Puppet Users] PQL Questions

2016-07-10 Thread Wyatt Alt
On 07/10/2016 01:32 PM, R.I.Pienaar wrote: hey, Been playing with the PQL language and it's quite nice, have 2 questions. I want to do a regex case insensitive match, docs mention you can do whatever Postgres supports but I can't figure out how to do case insensitive matches with PQL? Postg

[Puppet Users] PQL Questions

2016-07-10 Thread R.I.Pienaar
hey, Been playing with the PQL language and it's quite nice, have 2 questions. I want to do a regex case insensitive match, docs mention you can do whatever Postgres supports but I can't figure out how to do case insensitive matches with PQL? Postgres supports ~ and ~* operators but PQL only sup