forked from rdo-puppet-modules/puppet-firewalld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (14 loc) · 697 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 https://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 http://jpopelka.fedorapeople.org/puppet-firewalld/doc
for documentation, or generate it yourself:
puppet doc --mode rdoc --outputdir ./moduledocs --modulepath /etc/puppet/modules/