Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-16 | Merge branch 'stunnel_switch' into develop | varac | |
2013-03-16 | pick the first couchdb host for webapp couch config | varac | |
Until we have a proper load balancing setup (see https://leap.se/code/issues/1994) | |||
2013-03-15 | automatic update of submodule couchdb | varac | |
2013-03-15 | automatic update of submodule apt | varac | |
2013-03-15 | automatic update of submodule couchdb | varac | |
2013-03-14 | add couchdb stunnel clients | Micah Anderson | |
2013-03-14 | add couchdb stunnel server | Micah Anderson | |
2013-03-14 | add a basic site_stunnel that takes care of some generic functionality that ↵ | Micah Anderson | |
all stunnel client/servers will need handled (at least in debian and ubuntu) | |||
2013-03-14 | remove apache ssl proxy in preparation of replacing it with a stunnel setup | Micah Anderson | |
This presents us with an interesting problem of deprecation. We need to manage the removal of something that we previously installed in any released code. How long we carry the puppet code that removes raises some interesting questions: do we require that someone who deployed version 1 (where the apache ssl proxy was deployed) of the platform upgrade first to version 2 (where we remove the apache ssl proxy) before they upgrade to version 3 (where the apache ssl proxy removal is no longer present) -- or do we allow people to skip versions? | |||
2013-03-14 | add shared stunnel module | Micah Anderson | |
2013-03-14 | automatic update of submodule apt | varac | |
2013-03-14 | automatic update of submodule apt | varac | |
2013-03-14 | include cloudant package repo for bigcouch server | varac | |
2013-03-14 | pass template() to apt | varac | |
2013-03-14 | added apt preferences template that includes squeeze | varac | |
2013-03-14 | evalute $services before including site_config::* | varac | |
2013-03-14 | use custom preferences for couchdb host | varac | |
2013-03-14 | automatic update of submodule couchdb | varac | |
2013-03-14 | added cloudants apt key, FP: BAF9 B315 D438 5FB9 B5DE 334B 59E0 1FBD 15BE 8E26 | varac | |
2013-03-13 | automatic update of submodule couchdb | varac | |
2013-03-13 | install apt key before apt-get update | varac | |
2013-03-13 | automatic update of submodule couchdb | varac | |
2013-03-12 | enable leap deb package repository and leap apt key on all hosts | varac | |
2013-03-12 | automatic update of submodule couchdb | varac | |
2013-03-12 | automatic update of submodule couchdb | varac | |
2013-03-10 | pass couchdb cookie to class couchdb | varac | |
2013-03-10 | automatic update of submodule apache | varac | |
2013-03-10 | automatic update of submodule stdlib | varac | |
2013-03-10 | use bigcouch in site_couchdb | varac | |
2013-03-10 | site_couchdb::configure moved to couchdb | varac | |
2013-03-10 | futon is enabled by default on bigcouch in default.ini | varac | |
we need to find another way to disable futon, it won't work disabling it here | |||
2013-03-10 | increase timeout for initial_apt_update to 6 min | varac | |
2013-03-10 | use parameterized couchdb class instead of calling site_couchdb::bigcouch ↵ | varac | |
directly | |||
2013-03-09 | couchdb init file moved to couchdb module | varac | |
2013-03-09 | use site_couchdb::bigcouch | varac | |
2013-03-07 | increase Exec timeout for dist_upgrade | varac | |
2013-03-07 | automatic update of submodule couchdb | varac | |
2013-02-27 | openvpn -- added support for optional "free" rate-limited service via ↵ | elijah | |
special client certificates with the FREE prefix in the common name. | |||
2013-02-26 | require that the package unbound be installed before trying to write to its | Micah Anderson | |
configuration file, this addresses issue #1853 - [vpn1] err: /Stage[main]/Site_openvpn::Resolver/Line[add_tcp_resolver]/Exec[echo 'server: include: /etc/unbound/conf.d/vpn_tcp_resolver' >> '/etc/unbound/unbound.conf']/returns: change from notrun to 0 failed: echo 'server: include: /etc/unbound/conf.d/vpn_tcp_resolver' >> '/etc/unbound/unbound.conf' returned 2 instead of one of [0] at /srv/leap/puppet/modules/common/manifests/defines/line.pp:45 | |||
2013-02-26 | missed another require => Package['shorewall'] on the file resources in ↵ | Micah Anderson | |
site_shorewall | |||
2013-02-23 | adding angkat family | kwadronaut | |
2013-02-21 | changed submodule url | Micah Anderson | |
2013-02-21 | linted a bit | varac | |
2013-02-21 | linted | varac | |
2013-02-21 | linted | varac | |
2013-02-12 | make sure that apt-get update is run before any package is installed (#1745) | Micah Anderson | |
2013-02-12 | switch to using stdlib's standard stages | Micah Anderson | |
2013-02-12 | remove the apt-get autoclean from the initial apt-get update, this just ↵ | Micah Anderson | |
slows things down and I don't see a need for it | |||
2013-02-12 | missed one require => Package['shorewall'] on of the file resources in ↵ | Micah Anderson | |
site_shorewall | |||
2013-02-12 | file resources that make changes to shorewall need to make sure that ↵ | Micah Anderson | |
shorewall is installed first (#1741) |