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"