- 09 Feb, 2017 2 commits
-
-
Lebedev Vadim authored
-
Lebedev Vadim authored
-
- 13 Jun, 2016 1 commit
-
-
Micah authored
[bug] Augeas is still needed Without including `augeas` puppet would complain: Error: Could not find resource 'Class[Augeas]' for relationship on 'Class[Shorewall::Base]' on node default See merge request !6
-
- 11 Jun, 2016 1 commit
-
-
varac authored
Without including `augeas` puppet would complain: Error: Could not find resource 'Class[Augeas]' for relationship on 'Class[Shorewall::Base]' on node default
-
- 09 Dec, 2015 1 commit
-
-
Micah authored
Immerda changes See merge request !5
-
- 05 Dec, 2015 26 commits
-
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
Sylvain Veyrié authored
-
Sylvain Veyrié authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
o authored
-
o authored
-
mh authored
-
mh authored
-
mh authored
-
Sylvain Veyrié authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
mh authored
-
- 28 Nov, 2015 1 commit
-
-
ng authored
Remove 'require augeas' (#4396) Because the puppet 'require' keyword actually instantiates a class, having 'require augeas' in base.pp means that you cannot instantiate the augeas class anywhere else in your manifests, for example with some optional parameters to the class. If you do, you will get a duplicate definition error. The README already says that the augeas module is required. It seems better that this is managed outside of the module, allowing for class parameter flexibility. See merge request !3
-
- 09 Oct, 2015 1 commit
-
-
Micah authored
Feature/mangle support multiple rules with same action This allows one to support multiple networks in libvirt. See merge request !4
-
- 16 Jul, 2015 2 commits
-
-
intrigeri authored
That is, make the resource's title more unique by including the destination interface in it, and accordingly pass the desired action via the new, dedicated parameter.
-
intrigeri authored
Previously, it was using $name, which prevented adding multiple mangle rules that share a common ACTION, with different parameters.
-
- 08 Jul, 2015 2 commits
- 19 May, 2015 2 commits
-
-
Micah Anderson authored
-
Micah Anderson authored
Because the puppet 'require' keyword actually instantiates a class, having 'require augeas' in base.pp means that you cannot instantiate the augeas class anywhere else in your manifests, for example with some optional parameters to the class. If you do, you will get a duplicate definition error. The README already says that the augeas module is required. It seems better that this is managed outside of the module, allowing for class parameter flexibility.
-
- 08 May, 2015 1 commit
-
-
Jerome Charaoui authored
-