From f75db890075571b45b88b62e14b15cf85ad90cdc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 01:16:16 -0400 Subject: improve --- Propellor/Config/Simple.hs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Propellor/Config/Simple.hs') diff --git a/Propellor/Config/Simple.hs b/Propellor/Config/Simple.hs index 840bad02..2b379b0d 100644 --- a/Propellor/Config/Simple.hs +++ b/Propellor/Config/Simple.hs @@ -1,17 +1,20 @@ -- | This is the main configuration file for Propellor, and is used to build -- the propellor program. +module Propellor.Config.Simple where + import Propellor import Propellor.CmdLine import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt import qualified Propellor.Property.Network as Network -import qualified Propellor.Property.Ssh as Ssh +--import qualified Propellor.Property.Ssh as Ssh import qualified Propellor.Property.Cron as Cron -import qualified Propellor.Property.Sudo as Sudo +--import qualified Propellor.Property.Sudo as Sudo import qualified Propellor.Property.User as User -import qualified Propellor.Property.Hostname as Hostname -import qualified Propellor.Property.Reboot as Reboot +--import qualified Propellor.Property.Hostname as Hostname +--import qualified Propellor.Property.Reboot as Reboot +--import qualified Propellor.Property.Tor as Tor import qualified Propellor.Property.Docker as Docker main :: IO () -- cgit v1.3-2-g0d8e