remove whitespace

This commit is contained in:
Christine Dodrill 2015-08-15 00:40:15 -07:00
parent f005f790af
commit 35e0371223
1 changed files with 0 additions and 5 deletions

View File

@ -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"