remove whitespace
This commit is contained in:
parent
f005f790af
commit
35e0371223
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue