summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-08change name of leap-keyring package to leap-archive-keyring (#7950)Micah
Change-Id: I5f04e31e49642597c69895b5aca3ff5326dfd6ec
2016-03-08make Vagrantfile compatible with older vagrant versionsChristoph Kluenter
2016-03-08[bug] Fix inline template with deprecated variable notationvarac
- Resolves: #7948
2016-03-08updated submodule couchdbvarac
2016-03-07[vagrant] Vagrant now can deploy a pixelated boxvarac
By default, a leap_platform-only box will get started. To start the pixelated box, use `vagrant up pixelated`.
2016-03-04fix location of couchdb.admin.ymlelijah
2016-03-04ensure /var/leap/couchdb exists before creating files there.elijah
2016-03-04move the location of couchdb.admin.yml so that it does not need to have its ↵elijah
ownership reset on each deploy.
2016-03-04only not create soledad admin .netrc file if soledad is enabledelijah
2016-03-04added command `leap compile hosts`elijah
2016-03-01[vagrant] Show link to webappvarac
2016-03-01[vagrant] Update instructions how to use the new providervarac
2016-02-26Merge branch 'develop' of ssh://leap.se/leap_platform into developelijah
2016-02-26skip clamd process test if clamav sig file has not yet been downloaded, ↵elijah
closes #7683
2016-02-26only create /root/.ssh if it doesnt existvarac
2016-02-26Update submodules apache and aptvarac
2016-02-26Merge branch 'develop' of ssh://leap.se/leap_platform into developelijah
2016-02-26plain couchdb now required, bigcouch support disabled.elijah
2016-02-25fix typo in last commitvarac
2016-02-25check-mk's mk_job depends on the time packagevarac
2016-02-25use provider dir as log locationvarac
2016-02-25dont break on errorsvarac
2016-02-25re-enable deploy loggingvarac
2016-02-25Merge branch 'develop' of github.com:leapcode/leap_platform into developvarac
2016-02-25Merge pull request #103 from kalikaneko/bug/remove-soledad-tempdir2varac
[bug] remove tempdir after soledad sync test
2016-02-25[bug] remove tempdir after soledad sync testKali Kaneko
Closes: #7921
2016-02-25dont set custom log destinationvarac
2016-02-25couchdb module uses pbkdf2 as default pwhash algor. nowvarac
2016-02-25remove couchdb_pwhash_alg leftovervarac
2016-02-25remove wheezy supportvarac
2016-02-25no build-essential packages needed for building leap_clivarac
2016-02-24Merge branch 'develop' of ssh://leap.se/leap_platform into developelijah
2016-02-24[bug] Adopt ncli aliases to new version of iclivarac
- Resolves: #7887
2016-02-24fix logging error in puppet_commandelijah
2016-02-24fix time comparison bug in network testelijah
2016-02-24check server cert expiry in tests, closes #7910elijah
2016-02-24fixed dkim zone entry, closes #7925elijah
2016-02-24Set couch.mode:plain until this will be the defaultvarac
2016-02-24[feat] Don't set couch.master anymore, defaults to plain couchdbvarac
2016-02-24Use site_couchdb::plain even when couch.master is set top "master"varac
2016-02-24ensure remote_file_path macro works when file is not present (resolves #7926)elijah
2016-02-24Update module stunnelvarac
2016-02-23Update opendkim platform pieces to match leap-cli.Micah
Change-Id: I9c8f9c9c3ee7cd89f013cbb08397377522ed5a4a
2016-02-23We are rotating the mx logs 5 times, but we originally thought we shouldMicah
only have the following logfiles in that directory ever: mx.log, mx.log.[1-5], with an optional .gz suffix. However, we were wrong about the 'optional' part of the compression, we use the 'compress' option, so the logs will always be compressed. So there should never be the log files mx.log.1, mx.log.2, etc. This change adjusts the clean-up to deal with that. (#7058) https://github.com/leapcode/leap_platform/pull/97 Change-Id: I109d08ac063fe094c54e93be91893a67d7fbb51b
2016-02-23use pbkdf2 pwhash for plain couch.elijah
2016-02-23allow legacy plain couchdb nodes to stay couchdb nodes, although issue a ↵elijah
warning.
2016-02-23added templates for `leap node add`, so that new nodes can get default ↵elijah
values set in their initial .json file.
2016-02-23default to plain couchdb, unless otherwise specified.elijah
# Conflicts: # puppet/modules/site_couchdb/manifests/plain.pp
2016-02-23get dkim working, closes #5924elijah
2016-02-23Update submodule vcsrepovarac