summaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Collapse)AuthorAgeFilesLines
* switch to ripgrepJesse Luehrs2019-10-231-1/+1
|
* this was fixedJesse Luehrs2019-10-231-2/+0
|
* update rust toolchain as part of update script tooJesse Luehrs2019-08-231-0/+1
|
* only pull docker images on mailJesse Luehrs2019-03-191-4/+2
|
* turn on -x for update scriptJesse Luehrs2019-03-191-1/+1
|
* update on the mail server should also pull docker imagesJesse Luehrs2019-03-193-3/+8
|
* temporarily manually add missing dependencyJesse Luehrs2019-02-171-0/+2
|
* switch to neomuttJesse Luehrs2019-02-171-1/+1
|
* remove some unnecessary newlinesJesse Luehrs2019-01-011-2/+2
|
* generate hosts dataJesse Luehrs2019-01-011-5/+3
|
* ensure we have the proper base directoriesJesse Luehrs2018-12-061-0/+6
|
* install yaourtrc on tozt tooJesse Luehrs2018-11-302-0/+3
|
* basic script for running updatesJesse Luehrs2018-11-302-3/+17
|
* a mail sender isn't really an important toolJesse Luehrs2018-11-301-1/+0
| | | | my other machines don't have credentials to send mail anyway
* add more monitoring toolsJesse Luehrs2018-11-281-0/+2
|
* fix variable referenceJesse Luehrs2018-11-181-1/+1
| | | | | $persistent_data is a node scoped variable, not a top scoped variable, which confuses puppet-lint, i guess?
* puppet lintJesse Luehrs2018-11-182-5/+5
|
* manage sshd config with puppetJesse Luehrs2018-11-181-0/+1
|
* fix hosts fileJesse Luehrs2018-11-171-5/+5
| | | | apparently algo changed their ip address allocation scheme recently
* simplify home directory handlingJesse Luehrs2018-11-152-18/+17
|
* more dependency fixesJesse Luehrs2018-11-151-2/+3
|
* fix dependenciesJesse Luehrs2018-11-151-0/+5
|
* do a lot less for the root userJesse Luehrs2018-11-151-45/+45
|
* remove some unnecessary directory creationsJesse Luehrs2018-11-151-23/+1
| | | | the tools will auto-create these if they don't exist
* use the correct class nameJesse Luehrs2018-11-151-1/+1
|
* apparently you can't specify dependencies like thatJesse Luehrs2018-11-151-2/+3
|
* typoJesse Luehrs2018-11-151-1/+1
|
* move a couple things into globalsJesse Luehrs2018-11-153-11/+5
| | | | instead of threading them through to everywhere individually
* move vpn into the baseJesse Luehrs2018-11-152-0/+4
|
* only install fail2ban on toztJesse Luehrs2018-11-141-1/+0
|
* fill out the rest of the hosts fileJesse Luehrs2018-11-141-0/+2
|
* template the hosts fileJesse Luehrs2018-11-142-2/+2
|
* whoops, missed removing tozt::persistent hereJesse Luehrs2018-11-141-2/+0
|
* make persistent_data optional for baseJesse Luehrs2018-11-131-1/+1
|
* need to set defaults at the top levelJesse Luehrs2018-11-132-10/+0
|
* fix class namesJesse Luehrs2018-11-132-2/+2
|
* factor out configuration common to all of my machinesJesse Luehrs2018-11-1310-0/+241