Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-24 | Merge commit '27f6b09be549aeebae459259ef37aaa665b7ee7d' as 'puppet/modules/tor' | Micah | |
2016-05-24 | Merge commit 'a8c803387fe3a53cfee912470d98b1a39d8b1940' as ↵ | Micah | |
'puppet/modules/nagios' | |||
2016-05-24 | Merge commit 'c9be0212c9e45f609d299f5fbdf8f13a63747be6' as ↵ | Micah | |
'puppet/modules/unbound' | |||
2016-05-24 | Merge commit '1da5dc55ee48fcd437f5b5df00a5b2f3991ec9f1' as ↵ | Micah | |
'puppet/modules/stdlib' | |||
2016-05-24 | Merge commit '99500c162d8bd5ed017112e7568272ad08adff6c' as ↵ | Micah | |
'puppet/modules/augeas' | |||
2016-05-24 | Merge commit '313e3080b1dc2bdfa048b8f3301b42e5d83b0d03' as ↵ | Micah | |
'puppet/modules/passenger' | |||
2016-05-24 | Merge commit '09c79400ae368fa7f9b4e910451eef496c702d6c' as 'puppet/modules/x509' | Micah | |
2016-05-24 | Merge commit 'c6e19c357119c5be9a2e439c4fc8e58d9e54c687' as 'puppet/modules/ruby' | Micah | |
2016-05-24 | Merge commit '56761711a92ece9414ed5a7ba67ef1ede724e4db' as ↵ | Micah | |
'puppet/modules/rubygems' | |||
2016-05-24 | Merge commit '20a58814984e4d3f1235a5b3ae94959df0e85887' as ↵ | Micah | |
'puppet/modules/bundler' | |||
2016-05-24 | Merge commit '807877b736c5f56689229b31024861f19a9b0ac6' as ↵ | Micah | |
'puppet/modules/apache' | |||
2016-05-24 | Merge commit 'af6fdd31fb961fc1b7f408f51001e7a6d192a58a' as ↵ | Micah | |
'puppet/modules/couchdb' | |||
2016-05-24 | Merge commit '4d36a4d9ca9880d9cc12f81b84a50981831d9394' as ↵ | Micah | |
'puppet/modules/resolvconf' | |||
2016-05-24 | Merge commit 'b0e1e4c82db3c70ddc67639a9b983de89b415477' as ↵ | Micah | |
'puppet/modules/shorewall' | |||
2016-05-24 | Merge commit 'c54fc2c945c06511449b2daefee13cbd9b0232d8' as ↵ | Micah | |
'puppet/modules/common' | |||
2016-05-24 | Merge commit 'a0341282c3eef05cf19c10e10f783e3c5536c8b0' as 'puppet/modules/git' | Micah | |
2016-05-24 | Merge commit 'b6b29da6f63d5d04f2d587dfa2227b1d6c9ecded' as 'puppet/modules/ntp' | Micah | |
2016-05-24 | Merge commit 'c6ee07dab8f08fb336d3452e0eda3ffbfae5baad' as 'puppet/modules/lsb' | Micah | |
2016-05-24 | Merge commit 'aba291e2de1682620b6dc22446b30fe870b62956' as 'puppet/modules/apt' | Micah | |
2016-05-24 | Merge commit '823e83dfb47af1d023f5e4ca46078bbc4df72006' as 'puppet/modules/sshd' | Micah | |
2016-05-24 | Merge commit '996f68542865b811b1b3ca93119f7ca8cfb73fa0' as ↵ | Micah | |
'puppet/modules/concat' | |||
2016-05-24 | Merge commit '2728eed07d93fbd0daa8c4d528597cd156bf2546' as ↵ | Micah | |
'puppet/modules/openvpn' | |||
2016-05-23 | remove all git submodules, to replace them with subtrees | Micah | |
Change-Id: I1d3c6b85f317f1dcc60d2a476c707265238e0198 | |||
2016-05-20 | [feat] Automatic couchdb db compaction | varac | |
Automatic background couchdb db compaction frees a huge amount of diskspace. - Resolves: #8118 | |||
2016-05-17 | update submodules so "rake test" doesnt complain anymore | varac | |
2016-05-17 | [lint] make future parser happy | varac | |
2016-05-12 | [feat] catch abnormal proc termination in syslog | varac | |
Sometimes a floating point exception or segfault of a process results in systemd restarting it, we want to recognize this from the syslog i.e.: systemd[1]: pixelated-server.service: main process exited, code=killed, status=8/FPE systemd[1]: Unit pixelated-server.service entered failed state. - Related: https://github.com/pixelated/pixelated-user-agent/issues/683 | |||
2016-05-09 | update check_mk submodule | varac | |
2016-05-03 | [bug] Run check_mk-refresh-inventory-daily after check_mk-refresh | varac | |
Otherwise, the nagios config will get regenerated and nagios gets reloaded before all checks are registered by a check_mk inventory. - Related: #6873 | |||
2016-05-03 | [bug] run check_mk inventory on every puppetrun | varac | |
After upgrading the platform, there might be old check_mk checks registered on the monitor hosts. We now run a check_mk inventory on every run that also purged old non-existng checks. - Resolves: #6873 | |||
2016-05-03 | migrate from obsolete SSLCertificateChainFile apache option (#8055) | kwadronaut | |
2016-05-03 | migrate from obsolete SSLCertificateChainFile apache option (#8055) | Micah | |
Change-Id: I20a28ae77c98071aefc1933e0ea73e5f3b895acb | |||
2016-04-27 | Fix shorewall not starting with systemd (#8044) | Micah | |
Shorewall in jessie doesn't come with a proper unit file, and as a result, it doesn't properly start with systemd. To solve this, we provide the systemd unit file that comes with stretch, add a systemd submodule that provides the exec resources needed for when systemd units or configuration files are changed Change-Id: I861fa951835928b4741abfbf969adcee4b8f147b | |||
2016-04-25 | Merge branch 'linting' into develop | varac | |
2016-04-25 | [style] lint further more | varac | |
- ignore puppet lint error about inheriting from different namespace | |||
2016-04-18 | Fix clamd start configuration (#8048) | Micah | |
If clamd is not running, the helpful cronjob tries to start it again, but the way it is being started can only be run as root, and the cronjob is run as the clamav user, so you get an error on each cron run. This fixes that problem Change-Id: I4cdb29dc651bee8a2eef1655ad4748d885afae0f | |||
2016-04-18 | [style] more manual linting for custom manifests | varac | |
2016-04-18 | [style] lint some custom manifests | varac | |
I used `puppet-lint -f FILE` to fix most issues, while finishing with manual intervention. | |||
2016-04-12 | fix incorrect template name | Micah | |
Change-Id: I23d7fcea3755e9ecab561ecf69d8a6ecb8bdeca4 | |||
2016-04-12 | Put openvpn logs into leap directory (#8021) | Micah | |
Have openvpn logs go to /var/log/leap/openvpn_$protocol, instead of to /var/log/daemon.log. Change-Id: I1fc33de660648ab0dba1ce98de2864649c104719 | |||
2016-04-12 | Log stunnel server logs same as client (#8021) | Micah | |
stunnel server logs were not going to /var/log/stunnel4/*, but to /var/log/syslog instead. This was different from stunnel client logging, now its the same. Change-Id: I2dc2024b77dbb65554fc7865b0e46aedf930c6d8 | |||
2016-04-12 | Remove duplicate mail logging (#8021) | Micah | |
Add a site_rsyslog config that removes duplicate mail logging. Previously mail logs would be copied to /var/log/syslog, mail.log, mail.err, mail.info, maillog and to the console. This removes those and only puts them in /var/log/mail.log. It also removes other superfluous configurations, either because they are commented out already, or because they are uucp or nntp. Change-Id: Ib05036787d2c818bf8802c22a4b8050f945a6e6d | |||
2016-04-12 | Fix postfix connection to opendkim milter (#8020) | Micah | |
In order for postfix to access the opendkim milter socket, we need to remove the chroot option for the cleanup service. See e97a9d3800b173375a630e18e4b1aa0894eb96e1 for opendkim implementation. Change-Id: I2742650965e61273fb804ebe9ce3f9bd38796582 | |||
2016-04-05 | testing: adds mx delivery tests | elijah | |
2016-04-03 | check_mk: monitor webapp log for response code 500 | Azul | |
2016-03-31 | [bug] Fix couch_stats script | varac | |
It failed to calculate the sessions and tokens db names. - Resolves: #7658 | |||
2016-03-31 | [feat] Dont install recommended packages | varac | |
By default, Puppet installs recommended packages. We turn this off for all apt Package resources. | |||
2016-03-21 | update submodule nagios | varac | |
2016-03-18 | update submodule nagios | varac | |
2016-03-17 | update nagios submodule | varac | |