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

Safe HaskellNone
LanguageHaskell98

Propellor.Property.Sudo

Synopsis

Documentation

enabledFor :: User -> Property NoInfo Source

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.