[Puppet Users] Re: puppet 3.4: N00b has Trouble with regexes in a if-else structure manifest config.pp

2014-02-10 Thread notify . sina
Hi, This is what I have there: #ls ../modules/iptables/manifests/ config.pp init.pp install.pp service.pp # cat ../modules/iptables/manifests/init.pp class iptables { include iptables::install, iptables::config, iptables::service } On Monday, February 10, 2014 9:57:39 PM UTC+1, Raf

[Puppet Users] puppet 3.4: N00b has Trouble with regexes in a if-else structure manifest config.pp

2014-02-10 Thread notify . sina
Hi I'm probably doing something horribly wrong. I can sense it, but it hasn't properly kicked in yet... I'm trying to create a module for iptables. This is to make servers that have similar purpose, have the same flrewall configuration. I created the modules/iptables/{manifests,files,templates}