From c1ad516a6c85d5fc7733151bcae07495e69319ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 00:20:27 -0400 Subject: fix sudo --- HostProp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HostProp.hs') 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"] -- cgit v1.2.3