diff options
author | Micah Anderson <micah@riseup.net> | 2013-01-16 10:54:32 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-01-16 10:54:32 -0500 |
commit | 5385602a435acb92e1588f74296b6a5339385199 (patch) | |
tree | 6194192668a90047dfd515b43a3c19131fb1a405 /puppet/modules/site_openvpn/manifests | |
parent | e9ddc9e157ca6491594ac3434d1838a51daa0218 (diff) |
setup site_unbound with a basic caching-only configuration and include that on
the openvpn gateway (see #1172)
Diffstat (limited to 'puppet/modules/site_openvpn/manifests')
-rw-r--r-- | puppet/modules/site_openvpn/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_openvpn/manifests/init.pp b/puppet/modules/site_openvpn/manifests/init.pp index 5505b8fc..d3c3e387 100644 --- a/puppet/modules/site_openvpn/manifests/init.pp +++ b/puppet/modules/site_openvpn/manifests/init.pp @@ -13,6 +13,8 @@ class site_openvpn { $openvpn_udp_cidr = '21' $x509_config = hiera('x509') + include site_unbound + # deploy ca + server keys include site_openvpn::keys |