From 35e0371223250ebb66741a81a4457c7169a5ebbc Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 15 Aug 2015 00:40:15 -0700 Subject: [PATCH] remove whitespace --- config-simple.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config-simple.hs b/config-simple.hs index 0164983..eb6aed9 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -1,6 +1,3 @@ --- This is the main configuration file for Propellor, and is used to build --- the propellor program. - import Propellor import Propellor.CmdLine import qualified Propellor.Property.Apt as Apt @@ -9,8 +6,6 @@ import qualified Propellor.Property.Cron as Cron main :: IO () main = defaultMain hosts --- The hosts propellor knows about. --- Edit this to configure propellor! hosts :: [Host] hosts = [ host "hermit"