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
/
init.pp
Age
Commit message (
Expand
)
Author
2013-08-27
move git::changes into git module, whitespace fix
Azul
2013-08-27
specify cwd when using git:changes
Azul
2013-08-27
git:changes expect changes to certain files
Azul
2013-08-27
make git forget about the changes due to symlinking files
Azul
2013-07-29
site_webapp bugfix - get compile_assets to run by ensuring .scss files are cr...
elijah
2013-07-23
not need for file { '/srv/leap/webapp': }, we have vcsrepo { '/srv/leap/webap...
varac
2013-07-23
/srv/leap/webapp/public/img: require => Vcsrepo['/srv/leap/webapp']
varac
2013-07-11
changes to support restrictive permissions for /etc/leap. this is required to...
elijah
2013-07-06
site_webapp -- make bundler not install test-only or development-only gems.
elijah
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
add requirements to the try::file resources
Micah Anderson
2013-05-22
add force => true parameter to webapp vcsrepo checkout
Micah Anderson
2013-05-22
change paths for leap webapp to be under /srv/leap/webapp from /srv/leap-webapp
Micah Anderson
2013-05-18
added module site_nickserver
elijah
2013-05-14
added smtp-service.json, requires latest leap_cli
elijah
2013-04-30
added soledad-service.json
elijah
2013-04-24
provider base - service definitions are now versioned (requires new leap_cli)
elijah
2013-04-16
move secret token into the config.yaml
Micah Anderson
2013-03-19
add webapp secret token that pulls from hiera a 'secret'
Micah Anderson
2013-03-19
configure site_webapp::haproxy to ship a haproxy config::fragment to setup the
Micah Anderson
2013-02-12
Merge remote-tracking branch 'origin/develop' into bundle-and-precompile-as-user
Micah Anderson
2013-02-10
set webapp module to use try::file where appropriate
elijah
2013-02-09
run bundler and rake assets:precompile as normal user
Azul
2013-02-06
include shorewall config for webapp and couchdb
varac
2013-02-04
compile assets for webapp, fixes #1628
varac
2013-02-03
Increase Exec[bundler_update] timeout
varac
2013-01-31
update the x509 submodule to get non-root application access to key file enha...
Micah Anderson
2013-01-31
tag 'base' is a bad idea because it invokes apache::base as well
varac
2013-01-31
tag 'service' for all service classes
varac
2013-01-29
test the $webapp['img_dir'] variable to see if it is undef or not, the default
Micah Anderson
2013-01-21
client ca -- configure the webapp with the client ca
elijah
2013-01-13
added ability to customize the webapp appearance
elijah
2013-01-11
configure webapp with correct domain
elijah
2013-01-03
using master branch for webapp now.
Azul
2012-11-29
change api CA cert deployment to just symlink to the already deployed file
Micah Anderson
2012-11-29
change ensure parameter to explicit 'directory' for /srv/leap-webapp
Micah Anderson
2012-11-29
updated bundler module to accept 'package' to install_method to be a little m...
Micah Anderson
2012-11-27
fix name of eip_service
Micah Anderson
2012-11-27
setup the couchdb class to provide the couchdb connection parameters
Micah Anderson
2012-11-27
make sure the webapp/public/config directory exists and the eip-service.json ...
Micah Anderson
2012-11-27
place the provider.json and ca.crt in the webroot
Micah Anderson
2012-11-27
add hiera keys for provider
Micah Anderson
2012-11-22
use origin/develop instead of develop as revision
varac
2012-11-22
switch to the develop branch for the webapp git repository for deployment/tes...
Micah Anderson
2012-11-22
remove escaping double-quotes, it turns out these are passed directly to the ...
Micah Anderson
2012-11-20
add initial site_webapp module
Micah Anderson