Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions README
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
This is puppet-firewalld a puppet module for firewalld.

You have several ways how to install it:
How to use 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 https://github.com/jpopelka/puppet-firewalld.git
$ git clone https://github.com/rdo-puppet-modules/puppet-firewalld
$ su -c 'ln -s /home/user/git/puppet-firewalld /etc/puppet/modules/firewalld'


Look in the examples/ folder for usage.

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