diff options
author | elijah <elijah@riseup.net> | 2014-11-24 14:26:48 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-11-24 14:26:48 -0800 |
commit | 374a68a2d63b66d23a69b7922dea27b4d2a008c3 (patch) | |
tree | eae7ef2cef76f959f42bb38b954f47f74a3fdde5 /hiera | |
parent | 2d0248f9c8d9692ec7df4f46c659282d1a7c310c (diff) |
remove custom webapp version pin
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/chameleon.yaml | 2 | ||||
-rw-r--r-- | hiera/elephant.yaml | 2 | ||||
-rw-r--r-- | hiera/snail.yaml | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/hiera/chameleon.yaml b/hiera/chameleon.yaml index ffccfeb..ff1add9 100644 --- a/hiera/chameleon.yaml +++ b/hiera/chameleon.yaml @@ -589,7 +589,7 @@ webapp: - ssladmin - www-data git: - revision: origin/develop + revision: origin/version/0.6 source: "https://leap.se/git/leap_web" modules: - billing diff --git a/hiera/elephant.yaml b/hiera/elephant.yaml index df601fe..184483e 100644 --- a/hiera/elephant.yaml +++ b/hiera/elephant.yaml @@ -331,7 +331,7 @@ webapp: - ssladmin - www-data git: - revision: origin/develop + revision: origin/version/0.6 source: "https://leap.se/git/leap_web" modules: - billing diff --git a/hiera/snail.yaml b/hiera/snail.yaml index 2413ec0..21bd4d0 100644 --- a/hiera/snail.yaml +++ b/hiera/snail.yaml @@ -37,6 +37,7 @@ openvpn: configuration: auth: SHA1 cipher: AES-128-CBC + fragment: 1500 keepalive: "10 30" tls-cipher: DHE-RSA-AES128-SHA tun-ipv6: true |