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
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
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
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
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
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
> 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", "