From 409cb20373f65c784f1430322b5f28bc58d34943 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 20:50:33 -0400 Subject: comment --- Property/Sudo.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Property/Sudo.hs b/Property/Sudo.hs index 33fbf67e..f341a3eb 100644 --- a/Property/Sudo.hs +++ b/Property/Sudo.hs @@ -8,7 +8,10 @@ import qualified Property.Apt as Apt import Property.User {- Allows a user to sudo. If the user has a password, sudo is configured - - to require it. If not, NOPASSWORD is enabled for the user. -} + - to require it. If not, NOPASSWORD is enabled for the user. + - + - TOOD: Full sudoers file format parse.. + -} enabledFor :: UserName -> Property enabledFor user = Property desc go `requires` Apt.installed ["sudo"] where -- cgit v1.2.3