- 05 Dec, 2015 15 commits
- 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
-
- 17 Apr, 2015 1 commit
-
-
Micah Anderson authored
-
- 02 Mar, 2015 2 commits
-
-
Jerome Charaoui authored
Fix dhcp for libvirt This branch uses the mangle table support added by the feature/Add_support_for_mangle_table branch to fix the libvirt DHCP when broken by recent kernel. It fills the checksum of this kind of packets on the libvirt interface. This patch shouldn't break older setup, and is implemented so that it can be disabled. See merge request !2
-
Jerome Charaoui authored
Add support for mangle table. When using the kernel from Debian Wheezy-backports (3.16.0-0.bpo.4-amd64), we encoutered a bug where shorewall was breaking the libvirt DHCP if restarted after it. It seems that one has to add a rule in the POSTROUTING chain of the mangle table to --checksum-fill the DHCP packets for them to be properly catch by the VMs DHCP clients. So we had to add support of the mangle table to the shared puppet module to fix that. This patch does just that, and is meant to be used by the other branch I'll propose after. See merge request !1
-
- 27 Feb, 2015 2 commits
- 14 Jun, 2013 1 commit
-
-
Micah Anderson authored
-
- 23 Mar, 2013 5 commits
- 02 Mar, 2013 1 commit
-
-
varac authored
-
- 23 Feb, 2013 2 commits
-
-
Micah Anderson authored
-
Micah Anderson authored
-
- 20 Feb, 2013 1 commit
-
-
Micah Anderson authored
-
- 12 Feb, 2013 1 commit
-
-
Micah Anderson authored
-