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?
>
> A
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 exp
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 use