Age | Commit message (Collapse) | Author |
|
|
|
|
|
get bugfix
Change-Id: I1f5f42bb3b62a5b86de38aed31fdb073626b10af
|
|
couchdb::bigcouch::query
|
|
|
|
|
|
|
|
|
|
develop
|
|
Conflicts:
puppet/modules/site_webapp/manifests/init.pp
Resolved lint differences
Change-Id: Ifbc535ec844222c9f6f0dd71ac12742230bb64ee
|
|
dependencies can be satisfied
Change-Id: I10d3ebe6a3009ebe01e578ea582d00dc930689ed
|
|
|
|
normally a file resource would automatically require the parent directory first,
but try::file doesn't do this so it has errors if /srv/leap/webapp doesn't exist yet:
for example:
- [web1] err: /Stage[main]/Site_webapp/Try::File[/srv/leap/webapp/public/img]/Exec[restore_/srv/leap/webapp/public/img]/returns: change from notrun to 0 failed: Working directory '/srv/leap/webapp/public' does not exist
that was 'tried' before the vcsrepo was done which would have resolved that
problem. This makes sure that the vcsrepo is done first
|
|
this should have been added to d669a5fb56acf9101cf677ecbd30bcc47b092cd3 resolve
#1722 after the vcsrepo module was updated to handle this, but it wasn't.
|
|
|
|
|
|
|
|
installed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variables that are used in different places
to start with we setup the $interface variable, based on logic as defined in #2213
change the various places that were looking up this value to use site_config::params::interface instead
|
|
|
|
permissions"
This reverts commit 830f2408fa210016fdef855da8b3fd28421bff32.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eliminates a potential variable lookup ordering problem (#2273)
|
|
|
|
|
|
with the primary.list
|
|
|
|
this package is a newer version than the one in debian, and as of this writing
haproxy is scheduled to be removed from wheezy, also it has hardened flags
enabled
|
|
|
|
|