diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 16:01:17 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 16:01:17 -0400 |
| commit | 1f2c68d595bbe5591517f44cdaa9ffd7ce1e00bb (patch) | |
| tree | f5ede247370d802ba300f0faed6fce573dc03474 /Propellor/Property/Postfix.hs | |
| parent | 0f3226a29812682854e9c9beb4b2b684ddbbe655 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property/Postfix.hs')
| -rw-r--r-- | Propellor/Property/Postfix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Postfix.hs b/Propellor/Property/Postfix.hs index 49676640..f4be27cf 100644 --- a/Propellor/Property/Postfix.hs +++ b/Propellor/Property/Postfix.hs @@ -15,7 +15,7 @@ installed = Apt.serviceInstalledRunning "postfix" satellite :: Property satellite = setup `requires` installed where - setup = Property "postfix satellite system" $ do + setup = trivial $ Property "postfix satellite system" $ do hn <- getHostName ensureProperty $ Apt.reConfigure "postfix" [ ("postfix/main_mailer_type", "select", "Satellite system") |
