summaryrefslogtreecommitdiff
path: root/puppet/modules/sysctl/manifests/init.pp
AgeCommit message (Collapse)Author
2016-06-14git subrepo clone https://leap.se/git/puppet_sysctl puppet/modules/sysctlvarac
subrepo: subdir: "puppet/modules/sysctl" merged: "975852b" upstream: origin: "https://leap.se/git/puppet_sysctl" branch: "master" commit: "975852b" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b"
2016-06-14remove all git submodules, to replace them with subtreesMicah
Change-Id: I1d3c6b85f317f1dcc60d2a476c707265238e0198
2013-12-18Fix for openvpn/unbound not starting at boot (#4506)Micah Anderson
This change sets the sysctl net.ipv4.ip_nonlocal_bind to allow applications to bind to an address, even when the link is down. This is necessary because applications like unbound and openvpn fail to start on boot in some situations because interfaces are not fully up (due to a combination of non-deterministic booting because of the likely potential setting of allow-hotplug in the interfaces file and the LSB boot dependency on $network not being sufficient. The only down-side to setting this is a daemon could bind to an incorrect ip and we wouldn't get an error, but this would be a configuration mistake, rather than a fatal condition. Change-Id: I5c03083e8c20bb25afad85a1230f4555808d341c
2012-11-09removed submodule "puppet/modules/sysctl" (url: ↵varac
git://github.com/luxflux/puppet-sysctl.git)
2012-10-06added submodule sysctlvarac