[Puppet Users] Debian Stretch?

2017-07-11 Thread Brent Clark
Good day Guys Does anyone know when Puppetlabs is gonna support Debian Stretch? Looking at http://apt.puppetlabs.com/ I'm not seeing any Stretch. Many thank, regards Brent Clark -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe

[Puppet Users] Re: does puppet have api to run and apply catalogs

2017-07-11 Thread jcbollinger
On Monday, July 10, 2017 at 9:29:34 AM UTC-5, rahav jv wrote: > > Hi, > > I'm evaluating puppet and salt. > > salt has an api that helps us runs command and apply salt states (like > catalogs) on the endpoints. > > is there any such alternative in puppet, an api that can help apply a > catalog

Re: [Puppet Users] Re: parameters and hiera

2017-07-11 Thread Peter Berghold
OK... that calms my concerns a lot. I have a second Puppet infrastructure that I'm about to build out that I'm considering not putting Foreman on it at all. Reason being it is going to be in an environment where there won't be connectivity to 80/443 at all from outside the environment. On Mon, J

[Puppet Users] Failed require resolution from RSpec.

2017-07-11 Thread Peter Berghold
I have a module that I'm refactoring that manages NTP servers and clients. The client portion of the module performs a puppetdb (Forge Module dalen-puppetdbquery) lookup to find the local NTP stratum 2 servers to populate into the client's /etc/ntp.conf file. Works great in real life but the modul

Re: [Puppet Users] Debian Stretch?

2017-07-11 Thread Johan Fleury
Le 11/07/2017 à 14:19, Brent Clark a écrit : > Does anyone know when Puppetlabs is gonna support Debian Stretch? > There's an open issue, but no ETA as been announced yet: https://tickets.puppetlabs.com/browse/PA-515 -- Johan Fleury PGP Key ID : 0x5D404386805E56E6 -- You received this messag

[Puppet Users] PuppetDB Curl Queries

2017-07-11 Thread Peter Krawetzky
Using CURL to query PuppetDB has got to be the most time consuming thing I've ever done. It took me almost 3 hours one day to create a CURL query that I ended up creating in a SQL statement in 10 minutes once I figured out the database structure. Does anyone have: 1. A documented list of C

Re: [Puppet Users] PuppetDB Curl Queries

2017-07-11 Thread R.I.Pienaar
Best to use PQL via 'puppet query' Examples: https://docs.puppet.com/puppetdb/5.0/api/query/examples-pql.html On Tue, Jul 11, 2017, at 17:48, Peter Krawetzky wrote: > Using CURL to query PuppetDB has got to be the most time consuming thing > I've ever done. It took me almost 3 hours one day to

[Puppet Users] Re: PuppetDB Curl Queries

2017-07-11 Thread Peter Krawetzky
Isn't that for the PE version? we are using open source. On Tuesday, July 11, 2017 at 11:48:35 AM UTC-4, Peter Krawetzky wrote: > > Using CURL to query PuppetDB has got to be the most time consuming thing > I've ever done. It took me almost 3 hours one day to create a CURL query > that I ended

Re: [Puppet Users] Re: PuppetDB Curl Queries

2017-07-11 Thread R.I.Pienaar
On Tue, Jul 11, 2017, at 19:07, Peter Krawetzky wrote: > Isn't that for the PE version? we are using open source. It's in all versions -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails f

Re: [Puppet Users] Multiple vhosts, same document root

2017-07-11 Thread Neil - Puppet List
Hello stdlib package has a function ensure_resource that would allow you to create the directory as many times as needed. out of curiosity why not use the puppetlabs apache module? Cheers Neil On 7 Jul 2017 09:39, "'Bas van de Wiel' via Puppet Users" < puppet-users@googlegroups.com> wrote: > S