propellor-0.1.2: property-based host configuration management in haskell

Safe HaskellNone

Propellor.Property.Sudo

Synopsis

Documentation

enabledFor :: UserName -> PropertySource

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. - - TOOD: Full sudoers file format parse..