summaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Collapse)AuthorAgeFilesLines
...
* 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