Age | Commit message (Collapse) | Author |
|
|
|
I used `puppet-lint -f FILE` to fix most issues, while
finishing with manual intervention.
|
|
|
|
|
|
Change-Id: I895c25daca65c19916c47267e61a4f04a6489a84
|
|
directories are managed by the platform (#6936)
Change-Id: I1836eb728c0379b6175ae6d54231a6f6a7ae1033
|
|
/var/log/leap/mx.log, and clean up the files associated with the
previous configuration (#7691)
Change-Id: Id08c97980292968e8e89f128afb5fa78bda30069
|
|
has the right permissions (see #6936)
Change-Id: Ib7b86d73197fecfd74b72fe5ff06d1a78d9d4432
|
|
Change-Id: I6ab266ea4f74277f8262653c43f2b3a5a4254a79
|
|
This change will make sure that the user/group for leap-mx exist, and it
changes the mail location from /var/mail/vmail to the more helpful name
/var/mail/leap-mx.
This change requires:
https://github.com/leapcode/leap_mx/pull/78
and it would replace merge request:
https://github.com/leapcode/leap_mx/pull/65
and fix https://leap.se/code/issues/6936 and
https://leap.se/code/issues/7635
Change-Id: Idbe678dc999e394232c2eeef2b2018d39ab7cc3b
|
|
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
|
|
We don't want to try and create the log file, twistd will do that.
Don’t rename the log file from mx.log to mx.log.0, instead just copy it
to mx.log.1, and then clear out mx.log so it’s empty (this is needed
because leap-mx might assume that its file descriptor is still valid and
continue trying to write to it, without this, leap-mx might lose data
because it’ll assume the original log file is still around and continue
to write to it, even though it’s gone)It’s a little dangerous because
it’s possible that you might lose some logged data between the time that
logrotate copies the new log file and truncates the old file (Caveat
administrator).
Finally, we don't want logrotate to complain if it finds
mx.log, its ok if its there.
Change-Id: I9952627f4d47e7a89a2915f6b72d82f9e6ca0d8b
|
|
fix double quotes and indentation
Change-Id: I79c28159d17e6256db3094f413d61dcdc9520dc6
|
|
|
|
|
|
their own files, fix mx logwatch path.
|
|
Change-Id: I7e763cfda2ebd6943b2ce3f6512bc5f5354dbc56
|
|
|
|
and setup logrotation (#6637)
Change-Id: I873517b2d99f5b55289728969b49d5405da7d4c6
|
|
latest version, this is necessary to transition to the python-gnupg-ng
package, which will not otherwise be installed
Change-Id: I2ea631e15518fd40cb0ea4fe718498bdfba3c599
|
|
packages will be upgraded
Change-Id: Ic94be8b732d9d2202f87c0c2cdd2fd0d16cc9efc
|
|
|
|
Change-Id: I5b21471ab5de55b627a200b256168122f49c1e28
|
|
Change-Id: I0882fc993b407eddc40c03838050d42c0443bd3d
|
|
Change-Id: I052576279d8a47313cd99412fdd7b715daa73374
|
|
Change-Id: I0bbe42677d7680c99bf205ed4f6080026b308d77
|
|
. create a soledad::common class
. leap-mx now only needs to include soledad-common
. move the site_apt::preferences::twisted to a preferences block inside the soledad server class
. make sure that the packages are doing 'ensure => latest' instead of installed
Change-Id: Ifa978e831cdc8835666b27322a6e068d67251f5d
|
|
backport twisted 13. In order to install the backported dependencies we need an apt preferences_snippet installed for the backported twisted packages
Change-Id: I886bb735eeb3abe7955c7cf054b749554ab84746
|
|
|
|
|
|
Change-Id: Iddca4cf52706bf2f612d20ba19a53fbbe6b28479
|