index
:
leap_platform.git
0.8.x
citest
citest_jessie
clean_vcsrepo
develop
fix_0.9_ci_deploy
gitsubrepo
master
stable
stretch
subtree
version/0.9.x
[leap_platform]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
puppet
/
modules
/
site_webapp
/
manifests
/
couchdb.pp
Age
Commit message (
Expand
)
Author
2014-01-08
fix webapp couchdb.yml to be couchdb.yml not couchdb.yml.webapp
elijah
2013-11-28
remove admin access from webapp
Micah Anderson
2013-09-19
webapp: Depend services on deployment of default key, cert and ca (Feature #3...
varac
2013-09-19
only deploy x509 stuff for nodes if it existes in hiera (Feature #3875)
varac
2013-09-13
setup stunnel config to use default x509 cert,key+ca (#3837)
varac
2013-09-13
use define instead of class for site_stunnel::setup (#3817)
varac
2013-08-14
Fix problem where webapp production.log had the wrong permissions - #3471
Micah Anderson
2013-05-23
Merge branch 'feature/switch-webapp-location' into develop
Micah Anderson
2013-05-22
add missing require => on the vcsrepo which could cause these resources to fail
Micah Anderson
2013-05-22
change paths for leap webapp to be under /srv/leap/webapp from /srv/leap-webapp
Micah Anderson
2013-04-24
user leap-webapp instead of leap_webapp
varac
2013-04-24
couchdb.yml.admin is changed on every puppetrun from leap-webapp to root
varac
2013-04-23
fix mode for webapp production.log (#2300)
Micah Anderson
2013-04-04
set permissions on the rails production.log, otherwise passenger complains ab...
Micah Anderson
2013-04-04
fix typo in x509::variables
Micah Anderson
2013-04-04
make sure the couchdb.yml permissions are set properly
Micah Anderson
2013-04-04
fix missing comma
Micah Anderson
2013-04-04
pass $ca_name to stunnel::setup - this eliminates a dynamic scoped variable l...
Micah Anderson
2013-04-02
refactor couch_client stunnel to use new stunnel_client leap_cli macro
Micah Anderson
2013-04-02
provide stunnel connect_port to site_webapp:couchdb
varac
2013-04-02
moving generic stunnel config from site_webapp to site_stunnel now working
varac
2013-04-02
moved generic stunnel config from site_webapp to site_stunnel
varac
2013-03-28
added stunnel_server
elijah
2013-03-19
create a separate couchdb.yml.admin that contains the couchdb admin privilege...
Micah Anderson
2013-03-19
fix spelling of 'command' parameter
Micah Anderson
2013-03-19
fix missing closing curly brace
Micah Anderson
2013-03-19
configure webapp haproxy couchdb connection
Micah Anderson
2013-03-19
Migrate the couchdb design documents during webapp deploy (#1976)
Micah Anderson
2013-03-18
Webapp: Use stunnel localhost:5000 for couchdb connection
varac
2013-03-16
Merge branch 'stunnel_switch' into develop
varac
2013-03-16
pick the first couchdb host for webapp couch config
varac
2013-03-14
add couchdb stunnel clients
Micah Anderson
2012-11-27
switch from hiera_array to just hiera
Micah Anderson
2012-11-27
fix location of couchdb.yml template
Micah Anderson
2012-11-27
setup the couchdb class to provide the couchdb connection parameters
Micah Anderson