Re: [Puppet Users] Puppet/Puppetboard throwing error 'Internal Server Error'

2016-02-13 Thread Manoj Kumar
Yes I was able to connect to that port :( Thanks and Regards, Manoj Kumar FB : http://www.facebook.com/manojksamtani Blogger: http://linuxtroubleshoot.blogspot.com/ On Sat, Feb 13, 2016 at 4:29 AM, Felix Frank < felix.fr...@alumni.tu-berlin.de> wrote: > OK, but seriously, what's it saying? > >

Re: [Puppet Users] firewall module to accept array of sources/dests

2016-02-13 Thread Felix Frank
On 02/13/2016 05:34 AM, Alex Harvey wrote: The problem is that removing sources from the array of your multiplexer resource will just lead to some firewall resources not being in the catalog anymore. Their respective rules will remain orphaned, which is not what the user will

[Puppet Users] Re: Module layout

2016-02-13 Thread Matthew Ceroni
Follow up to this regarding variable scope. Example: class test1 { $var1 = "some value" include test1::child } class test1::child { notify { "$test1::var1": } file { "/tmp/test": content => template("test1/test.erb") } } In this setup, in order to reference var1 I have to