summaryrefslogtreecommitdiff
path: root/HostProp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HostProp.hs')
-rw-r--r--HostProp.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/HostProp.hs b/HostProp.hs
index 25120e27..84ae934f 100644
--- a/HostProp.hs
+++ b/HostProp.hs
@@ -32,6 +32,7 @@ getProperties "clam.kitenet.net" =
Ssh.passwordAuthentication False
, check (Ssh.hasAuthorizedKeys "root") $
User.lockedPassword "root"
+ , Apt.installed ["vim"]
, User.nonsystem "joey"
, Apt.installed ["sudo"]
, lineInFile "/etc/sudoers" "joey ALL=(ALL:ALL) ALL"