diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-20 21:55:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-20 21:55:40 -0400 |
| commit | 3be3f3f6ef8bc69b145344dc2e28eab26af780c3 (patch) | |
| tree | 16ceb20d74dee62e74873205bed954d3a0bb4e27 /Propellor | |
| parent | 45552ae3a6c388bee653d7158244710c06e43057 (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 139e8dc6..fa8a4c6d 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -111,7 +111,7 @@ mumbleServer hosts = combineProperties "mumble.debian.net" ] Obnam.OnlyClient `requires` Ssh.keyImported SshRsa "root" `requires` Ssh.knownHost hosts "turtle.kitenet.net" "root" - , cmdProperty "chown" ["-R", "mumble-server:mumble-server", "/var/lib/mumble-server"] + , trivial $ cmdProperty "chown" ["-R", "mumble-server:mumble-server", "/var/lib/mumble-server"] , Apt.serviceInstalledRunning "mumble-server" ] |
