summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 00:20:27 -0400
committerJoey Hess2014-03-30 00:20:27 -0400
commitc1ad516a6c85d5fc7733151bcae07495e69319ea (patch)
treeca92cfb41d6da559bf1e35104e0cd2da0e9e267a
parentb5284cc23fc7ce49a3f75762d6387c28dbb174eb (diff)
fix sudo
-rw-r--r--HostProp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HostProp.hs b/HostProp.hs
index e0ed8f2a..5eb060b1 100644
--- a/HostProp.hs
+++ b/HostProp.hs
@@ -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"]