From 0a08f4a1541b3711861a67ff660d60d3f5d668e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 20 Aug 2015 10:14:18 -0400 Subject: include lightdm module (and formatting) --- propellor.cabal | 1 + src/Propellor/Property/LightDM.hs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/propellor.cabal b/propellor.cabal index 317f30d8..ad02c6b3 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -97,6 +97,7 @@ Library Propellor.Property.Prosody Propellor.Property.Reboot Propellor.Property.List + Propellor.Property.LightDM Propellor.Property.Scheduled Propellor.Property.Service Propellor.Property.Ssh diff --git a/src/Propellor/Property/LightDM.hs b/src/Propellor/Property/LightDM.hs index 09f7165d..156a2a82 100644 --- a/src/Propellor/Property/LightDM.hs +++ b/src/Propellor/Property/LightDM.hs @@ -8,5 +8,5 @@ import qualified Propellor.Property.ConfFile as ConfFile -- | Configures LightDM to skip the login screen and autologin as a user. autoLogin :: User -> Property NoInfo autoLogin (User u) = "/etc/lightdm/lightdm.conf" `ConfFile.containsIniPair` - ("SeatDefaults", "autologin-user", u) - `describe` "lightdm autologin" + ("SeatDefaults", "autologin-user", u) + `describe` "lightdm autologin" -- cgit v1.2.3