summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2017-01-12Use $name for backwards compatibilityMarknl
2017-01-11Brought $name back into the game for backw. compatMarknl
2017-01-10Added $host optionMarknl
Current rule.pp converts the $name into the "HOST" parameter in the file, this can result in these definitions: ```shorewall::host { 'eth0:$VPN_HOSTS': zone => 'vpn', options => 'ipsec', order => 200; }``` I suggest moving the variable usage from the $name into a $host parameter, so above example becomes: ```shorewall::host { 'vpn-hosts': zone => 'vpn', host => 'eth0:$VPN_HOSTS', options => 'ipsec', order => 200; }```
2016-06-29* fix rule sectionLebedev Vadim
2016-04-29Merge branch 'master' of https://github.com/duritong/puppet-shorewallLebedev Vadim
Conflicts: manifests/debian.pp manifests/managed_file.pp
2016-04-29* fix permissionLebedev Vadim
2015-04-17Change tunnel managed fileNick
2015-04-17Fix tunnels filenameNick
2015-02-10Merge remote-tracking branch 'github/master'mh
Conflicts: manifests/base.pp
2014-10-17make it possible to create resources from hieramh
2014-09-19Merge pull request #6 from key-consulting/masterduritong
Several compatibility changes for recent and upcoming Puppet versions
2014-09-16DeprecatedSylvain Veyrié
2014-09-16Non string mode is now deprecatedSylvain Veyrié
2014-08-24lintingmh
2014-07-11fix the missing includemh
2014-07-09get rid off lsb factsmh
2014-06-13indentationmh
2014-06-13there might be people who don't have a stun servermh
2014-06-13lintingmh
2014-06-13a cleaner namingmh
2014-06-11add rule for stuno
2014-03-18* Fix typoLebedev Vadim
2014-03-18* Add exampleLebedev Vadim
2014-03-17* Add shorewall-blrules supportLebedev Vadim
2013-12-28reduce dependency on lsb modules, rather use the builtin factsmh
2013-12-19add rule for openvpno
2013-09-28manage new and legacy ports of managesievemh
2013-09-22add rules for pyzormh
2013-08-25make it easier to override behaviour of the dns rulesmh
2013-08-20Remove require for augeas, since it is provided with PuppetSylvain Veyrié
2013-08-10fix definemh
2013-08-10migrate ipsec rules to a define so we can specify multiple zonesmh
2013-06-14Merge remote-tracking branch 'intrigeri/feature/libvirt-host'Micah Anderson
2013-03-23lintingmh
2013-03-23only manage the config_path if we do not manage the config filemh
2013-03-23linting the init.ppmh
2013-03-23use the centos class on centos based systemsmh
2013-03-23with the latest updates on EL6 this is neededmh
2013-03-02fixed leftovers from concat_file in rtrules.pp and tunnel.ppvarac
2013-02-23remove the class requirement in the augeas block, it is handled by the ↵Micah Anderson
top-level require
2013-02-23change the 'include augeas' to a 'require augeas'Micah Anderson
2013-02-12augeas definition needs to make sure the shorewall package is installed ↵Micah Anderson
before it tries to run
2013-02-09Linting.intrigeri
2013-02-09Allow not setting up masquerading in libvirt::host.intrigeri
2013-02-09libvirt::host: make debproxy port configurable.intrigeri
2013-01-24fix missing dependency on augeasMicah Anderson
make sure that the augeas class has been applied before attempting to do any augeas operations. without this, you will non-deterministically get: err: /Stage[main]/Shorewall::Base/Augeas[shorewall_module_config_path]: Could not evaluate: Save failed with return code false
2013-01-02cleanup a merge issuemh
2013-01-02provide an easy option to still manage the source of the central conf filemh
2013-01-02Merge remote-tracking branch 'riseup/master'mh
Conflicts: files/shorewall.conf.CentOS.6 files/shorewall.conf.Debian.wheezy
2013-01-02Merge remote-tracking branch 'varac/master'mh
Conflicts: files/boilerplate/providers.footer files/boilerplate/providers.header manifests/base.pp manifests/providers.pp