diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-22 16:29:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-22 16:29:22 -0400 |
| commit | ed8396646039c68eeb7aec7788258205fd998a5f (patch) | |
| tree | c29c55c8b585ad42d08bd4f052f11b0c2e31870d /src | |
| parent | dc1a8db06455a287169f765b4e5c115200386359 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apache.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apache.hs b/src/Propellor/Property/Apache.hs index e2ee0346..a8014999 100644 --- a/src/Propellor/Property/Apache.hs +++ b/src/Propellor/Property/Apache.hs @@ -10,7 +10,7 @@ type ConfigFile = [String] siteEnabled :: HostName -> ConfigFile -> RevertableProperty siteEnabled hn cf = RevertableProperty enable disable where - enable = cmdProperty "a2ensite" ["--quiet", hn] + enable = trivial (cmdProperty "a2ensite" ["--quiet", hn]) `describe` ("apache site enabled " ++ hn) `requires` siteAvailable hn cf `requires` installed |
