This commit is contained in:
Joey Hess 2014-03-30 00:20:27 -04:00
parent b5284cc23f
commit c1ad516a6c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ getProperties "clam" =
, User.nonsystem "joey"
, User.nuked "user"
, Apt.installed ["sudo"]
, fileHasContent "/etc/sudoers" ["joey ALL=(ALL:ALL) ALL"]
, lineInfFile "/etc/sudoers" "joey ALL=(ALL:ALL) ALL"
, GitHome.installedFor "joey"
, Apt.removed ["exim4"] `onChange` Apt.autoRemove
, Apt.installed ["tor"]