[Puppet Users] Re: SQL server install express / enterprise

2017-04-18 Thread Ryan Vande
Answer was puppetlabs/sqlserver does not work on express/free stuff On Monday, April 17, 2017 at 10:25:57 AM UTC-5, Ryan Vande wrote: > > I want to install this on my test env at home but i dont have access to > en_sql_server_2012_enterprise_edition_x86_x64 without having a microsoft > subsc

Re: [Puppet Users] /etc/puppetlabs/puppetserver/conf.d/auth.conf : want to use wildcards in certificate_request section

2017-04-18 Thread chris
On Tuesday, 18 April 2017 17:31:22 UTC+10, Martin Alfke wrote: > > > > On 18 Apr 2017, at 08:03, chris > > wrote: > > > > Hi guys, > > > > so I'm trying to restrict requests from known domains eg > > > > > > { # Allow nodes to request a new certificate match-request: { path: > "/puppe

[Puppet Users] Re: merge / extend variable hiera_hash() + inline_template

2017-04-18 Thread Denny Fuchs
hi, solved by switching to a custom fact function: classes_file = '/var/lib/puppet/state/classes.txt' classes_hash = {} modules_array = [] File.foreach(classes_file) do |l| modules_array << l.chomp.gsub(/::.*/, '') end modules_array = modules_array.sort.uniq modules_array.each do |i| class

[Puppet Users] Join us for #puppethack - 23 May

2017-04-18 Thread Meg Hartley
Hi Puppet people, You're invited to #puppethack on 23 May 2017! We encourage those of you who are new to contributing to join us this time around and take advantage of our Open Lab sessions and Getting Started Guide with projects for beginners or those looking for learning opportunities. W

[Puppet Users] merge / extend variable hiera_hash() + inline_template

2017-04-18 Thread Denny Fuchs
Hello, I have the following construct class profile::icinga2::agent ( String $monitoring_host = "mon-01.example.com", String $monitoring_ip = "192.168.1.1", ){ ... @@::icinga2::object::host { $::fqdn: display_name => $::fqdn, address => $::ipaddress, check_comm

Re: [Puppet Users] Need Ruby help for facts (inline_template) --> <%= classes.collect { |k, v| v }.sort.join(" ") %> --> empty

2017-04-18 Thread Denny Fuchs
hi, I've found the reason. The class profile::icinga2::agent must be loaded after all other classes. Than I get all classes from the node back. cu denny -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

Re: [Puppet Users] /etc/puppetlabs/puppetserver/conf.d/auth.conf : want to use wildcards in certificate_request section

2017-04-18 Thread Martin Alfke
> On 18 Apr 2017, at 08:03, chris wrote: > > Hi guys, > > so I'm trying to restrict requests from known domains eg > > > { # Allow nodes to request a new certificate match-request: { path: > "/puppet-ca/v1/certificate_request" type: path method: [get, put] } allow: [ > "*.dev.XXX.com", "