summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2018-02-04 11:53:59 -0400
committerJoey Hess2018-02-04 11:53:59 -0400
commitc0a2701284a800f55abdd61f0b8619582c399a9e (patch)
treec02169c366654f4d185517da97ce72a0ea962b19 /src/Propellor/Property/SiteSpecific
parent5cd0291025b92ee2e408abd73b2cb4225f22465d (diff)
update
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index b48f613b..0a1982c1 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1048,7 +1048,7 @@ laptopSoftware = Apt.installed
, "ttf-bitstream-vera"
, "mairix", "offlineimap", "mutt"
, "nmap", "whois", "wireshark", "tcpdump", "iftop"
- , "udevil", "pmount"
+ , "udevil", "pmount", "tree"
, "arbtt", "hledger", "bc"
, "apache2", "ikiwiki", "libhighlight-perl"
, "pal"
@@ -1060,6 +1060,7 @@ laptopSoftware = Apt.installed
, "adb", "gthumb"
, "w3m", "sm", "weechat"
, "borgbackup", "wipe"
+ , "units"
]
`requires` baseSoftware
`requires` devSoftware