diff options
author | Micah Anderson <micah@riseup.net> | 2012-12-11 18:42:15 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-12-11 18:42:15 -0500 |
commit | e511291a111db7a7d88a8820c5423aa5b92304e0 (patch) | |
tree | 5787291ab9545ba3a99c4af4f9c803f75ca926b6 /README | |
parent | 29e80fe61983821dc50ea54a05013c351206d5bd (diff) |
Because the puppet shorewall module uses concat::fragment assembly to put the
final results in /etc/shorewall/puppet, we have to make sure the shorewall.conf
is pointing to that directory to get those configurations. This commit fixes that.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -60,7 +60,11 @@ class site_shorewall::config inherits shorewall::base { } NOTE: if you distribute a file, you cannot also use augeas, puppet and augeas -will fight forever +will fight forever. Secondly, you will *need* to make sure that if you are shipping your own +shorewall.conf that you have the following value set in your shorewall.conf otherwise this +module will not work: + + CONFIG_PATH="/etc/shorewall/puppet:/etc/shorewall:/usr/share/shorewall" Documentation ------------- |