This is puppet-firewalld a puppet module for firewalld.

You have several ways how to install it:

a) Install module from Puppet Forge # puppet module install jpopelka-firewalld

b) If you run Fedora/EPEL7, use # yum install puppet-firewalld

c) If you want to keep up with upstream git repo, you can do: $ cd ~; mkdir git; cd git $ git clone github.com/jpopelka/puppet-firewalld.git $ su -c ‘ln -s /home/<user>/git/puppet-firewalld /etc/puppet/modules/firewalld’

Look in the examples/ folder for usage.

See jpopelka.fedorapeople.org/puppet-firewalld/doc for documentation, or generate it yourself: puppet doc –mode rdoc –outputdir ./moduledocs –modulepath /etc/puppet/modules/