summaryrefslogtreecommitdiffstats
path: root/modules/base/manifests
Commit message (Collapse)AuthorAgeFilesLines
* add bat to the tool listJesse Luehrs2024-03-031-0/+1
|
* add duf and dustJesse Luehrs2024-02-291-0/+2
|
* install debugedit for aur packagingJesse Luehrs2024-02-171-0/+1
|
* install stowJesse Luehrs2023-10-081-0/+1
|
* update to ezaJesse Luehrs2023-09-101-1/+1
|
* switch to starshipJesse Luehrs2023-07-151-0/+1
|
* require explicitly opting into wireguardJesse Luehrs2023-03-272-4/+0
| | | | because machines need to be configured for it first
* don't use nested directories for secretsJesse Luehrs2023-03-261-2/+2
|
* install git-deltaJesse Luehrs2023-03-261-0/+1
|
* clean out package cacheJesse Luehrs2023-03-261-0/+10
|
* install helixJesse Luehrs2023-02-051-0/+1
|
* switch from yaourt to yayJesse Luehrs2022-08-302-3/+1
|
* factor cron jobs out into a helper moduleJesse Luehrs2020-07-111-6/+5
|
* add input plugin for pacman updatesJesse Luehrs2020-07-051-0/+6
|
* configure time zoneJesse Luehrs2020-06-151-0/+3
|
* allow watching twitch via partofmeJesse Luehrs2020-06-081-1/+1
|
* switch to ripgrepJesse Luehrs2019-10-231-1/+1
|
* this was fixedJesse Luehrs2019-10-231-2/+0
|
* only pull docker images on mailJesse Luehrs2019-03-191-4/+2
|
* update on the mail server should also pull docker imagesJesse Luehrs2019-03-192-3/+7
|
* temporarily manually add missing dependencyJesse Luehrs2019-02-171-0/+2
|
* switch to neomuttJesse Luehrs2019-02-171-1/+1
|
* ensure we have the proper base directoriesJesse Luehrs2018-12-061-0/+6
|
* install yaourtrc on tozt tooJesse Luehrs2018-11-301-0/+2
|
* basic script for running updatesJesse Luehrs2018-11-301-3/+7
|
* 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
|
* simplify home directory handlingJesse Luehrs2018-11-151-18/+11
|
* 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
|
* template the hosts fileJesse Luehrs2018-11-141-1/+1
|
* 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-138-0/+229