summaryrefslogtreecommitdiff
path: root/Propellor/Config/Simple.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Config/Simple.hs')
-rw-r--r--Propellor/Config/Simple.hs11
1 files changed, 7 insertions, 4 deletions
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 ()