diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index c8173b8..345c13c 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -19,7 +19,7 @@ builder arch crontimes = combineProperties "gitannexbuilder" [ Apt.stdSourcesList Unstable , Apt.buildDep ["git-annex"] , Apt.installed ["git", "rsync", "moreutils", "ca-certificates", - "liblockfile-simple-perl", "cabal-install"] + "liblockfile-simple-perl", "cabal-install", "vim", "less"] , serviceRunning "cron" `requires` Apt.installed ["cron"] , User.accountFor builduser , check (lacksdir builddir) $ userScriptProperty builduser diff --git a/config.hs b/config.hs index 0547e2c..45d3a89 100644 --- a/config.hs +++ b/config.hs @@ -97,7 +97,7 @@ standardSystem suite = propertyList "standard system" , User.hasSomePassword "joey" , Sudo.enabledFor "joey" , GitHome.installedFor "joey" - , Apt.installed ["vim", "screen"] + , Apt.installed ["vim", "screen", "less"] , Cron.runPropellor "30 * * * *" -- I use postfix, or no MTA. , Apt.removed ["exim4"] `onChange` Apt.autoRemove