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
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}