From 3be3f3f6ef8bc69b145344dc2e28eab26af780c3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Apr 2014 21:55:40 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor') 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" ] -- cgit v1.2.3