Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | Check for clamav processes on mx nodes (#7648) | Micah | |
Change-Id: I751985c0537d430b568a670a2f70d1906b0f0f35 | |||
2015-12-01 | Merge branch 'nickserver_jessie' into develop | varac | |
2015-12-01 | Update submodule postfix | varac | |
2015-12-01 | Merge branch 'develop' of ssh://code.leap.se/leap_platform into develop | varac | |
2015-12-01 | updated submodule couchdb | varac | |
2015-11-30 | fix missing apache modules (#7638) | Micah | |
Change-Id: I77fa50990b5ae60074c54738e8c19929b486d1d0 | |||
2015-11-30 | fix missing apache status module (#7638) | Micah | |
Change-Id: I77fa50990b5ae60074c54738e8c19929b486d1d0 | |||
2015-11-30 | fix site_apache module class names that were renamed (#7636) | Micah | |
Change-Id: Iea1242b3c27d92cef7b217006211e57631fd7e62 | |||
2015-11-30 | Revert "[feat] install couchdb from unstable on jessie" | varac | |
This reverts commit 02b1b484ad9a5d065ceac72b8263b7bcc112c923. Now that we have a proper couchdb jessie package we don't need to install it from Debian unstable. | |||
2015-11-30 | Disable webapp usercreation and soledad sync test | varac | |
2015-11-29 | fix typo documentation leap-cli, closes mr88. | kwadronaut | |
2015-11-28 | [bug] Don't enable storedconfig in sshd class | varac | |
- Related: #7615 | |||
2015-11-28 | [bug] [jessie] register nickserver at systemd | varac | |
- resolves #7614 | |||
2015-11-28 | updated submoule apache | varac | |
2015-11-27 | Merge remote-tracking branch 'azul/develop' into develop | varac | |
2015-11-27 | Merge branch 'master' of github.com:leapcode/leap_platform into develop | varac | |
2015-11-26 | updated submodule couchdb | varac | |
2015-11-26 | Merge branch 'postfwd_tests' into develop | varac | |
2015-11-25 | added submodule couchdb | varac | |
2015-11-24 | Switch to syslog for leap_mx (#6942) | Micah | |
In order to switch to syslog for leap_mx, leap_mx needs to change to log to syslog (#6307 and #6937), and we need to clean up the platform pieces that set the non-syslog options, and rotated log files (#6942). Hopefully, this will solve the leap_mx logrotation issue at the same time (#7058) Change-Id: If68f808a65c24c91231b88d15759809c9e379294 | |||
2015-11-24 | Cleanup old leap mx logs that may appear on some nodes due to how things | Micah | |
were logged before Change-Id: Ief95f35ea52a189075c2eda28c00bcc567c464b2 | |||
2015-11-24 | [bug] [jessie] Install pnp4nagios deb from stretch | varac | |
Configure the apt class together with "use_next_release => true", so pnp4nagios* packages can get installed from strech. No other package will be upgraded as the apt module pins stretch very low, so that only packages are installed if there are no other sources available. - Resolves: #7604 | |||
2015-11-19 | [feat] Check for postfwd procs on mx nodes | varac | |
2015-11-19 | Merge pull request #88 from kalikaneko/bug-do-not-fail-if-not-requests | varac | |
[bug] do not fail if no requests dep present | |||
2015-11-19 | [bug] do not fail if no requests/srp dependencies present | Kali Kaneko | |
client_side_db helper has some extra functions that can be useful in the future for further tests, but right now it shouldn't depend on requests, since it already get all the relevant soledad info passed as arguments. for the same reason, it doesn't need to depend on srp, since we pass the token. | |||
2015-11-19 | [bug] Use right sshd Ciphers and MACs for wheezy | varac | |
- Tested: [unstable.bitmask.net] | |||
2015-11-18 | update design docs for couch from webapp | Azul | |
2015-11-17 | [bug] Don't limit sshd KexAlgorithms | varac | |
- #7591 Net::SSH::Exception: could not settle on kex algorithm We need to disable the ssh hardened mode, because it will not work together with the net-ssh gem leap_cli is pinned to. All other options that would be included by this parameter are included by '$::sshd::tail_additional_options'. | |||
2015-11-17 | [deprec] use @ in front of erb template tags | varac | |
Puppet 3 shows now deprecation warnings if the "@" is missing. see https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#non-printing-tags#[bug|feat|docs|style|refactor|test|pkg|i18n] | |||
2015-11-17 | [deprec] Update subm. for puppet3 deprec warns | varac | |
- sshd - haproxy - unbound | |||
2015-11-17 | [bug] [jessie] check for 1 stunnel instance only | varac | |
- Resolves: #7574 | |||
2015-11-17 | [bug] use $lsbdistcodename to query apache version | varac | |
Using $::apache_version won't work because the facts are evaluated before compiling the catalog and with this, before the installation of apache. so on an install from scratch, this fact won't contain anything. | |||
2015-11-17 | Merge pull request #86 from kalikaneko/new-soledad-test | varac | |
New soledad test | |||
2015-11-17 | [bug] fix check_mk on jessie | varac | |
- Related: #6920 | |||
2015-11-17 | [bug] [jessie] check for 1 stunnel instance only | varac | |
- Resolves: #7574 | |||
2015-11-17 | [bug] [jessie] Allow apache to access webapp dir | varac | |
- Resolves: #7580 | |||
2015-11-17 | [bug] [jessie] Fix webapp config yaml on jessie | varac | |
- Resolves: #7578 | |||
2015-11-17 | [bug] [jessie] Load needed modules for apache 2.4 | varac | |
- Related: #6920 | |||
2015-11-17 | [bug] [jessie] template functions need an array | varac | |
from https://docs.puppetlabs.com/puppet/latest/reference/lang_template_erb.html#calling-puppet-functions-from-templates: "The arguments of the function must be provided as an array, even if there is only one argument." This is a hard requirement in puppet 3 now. - Related: #6920 | |||
2015-11-17 | [bug] [jessie] Don't specify ruby versions | varac | |
because ruby-1.9.3 is not available on jessie. - Related: #6920 | |||
2015-11-17 | [feat] Query erb variables like puppet 3 needs it | varac | |
- Related: #6920 | |||
2015-11-17 | [feat] Provide postfix preseed fix also for jessie | varac | |
2015-11-17 | [feat] Don't manually install compiler packages | varac | |
These packages are a dependency of build-essential and will get installed anyway. - Related: #6920 | |||
2015-11-17 | [feat] install couchdb from unstable on jessie | varac | |
- Related: #6920 | |||
2015-11-17 | [feat] Release-specific apt sources file for leap | varac | |
- Related: #6920 | |||
2015-11-17 | [feat] updated submodules to work with jessie | varac | |
- sshd - couchdb - apache - Related: #6920 | |||
2015-11-17 | [feat] Use jessie for vagrant basebox | varac | |
- Related: #6920 | |||
2015-11-17 | Vagrantfile now contains one box for wheezy and one for jessie (wheezy is ↵ | varac | |
default) Change-Id: Ib58f7d002427a190474896445c884bb55080c143 | |||
2015-11-17 | remove keymanager | Kali Kaneko | |
2015-11-17 | new soledad-sync test | Kali Kaneko | |
this new test uses leap.soledad.client to perform an actual sync against the soledad server. closes: #7523 |