diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 22:34:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 22:34:20 -0400 |
| commit | 2dcf0ea95f8939e363b23f0ca8615a28a8e9c6fc (patch) | |
| tree | 73d0eb280274f0291bb42167aed211ed8c586347 /Propellor | |
| parent | 845f273ec4366802d15733e06fe3f8207ae60a5d (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 88f256c4..139e8dc6 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -111,8 +111,8 @@ mumbleServer hosts = combineProperties "mumble.debian.net" ] Obnam.OnlyClient `requires` Ssh.keyImported SshRsa "root" `requires` Ssh.knownHost hosts "turtle.kitenet.net" "root" - `requires` User.accountFor "mumble-server" - , Apt.installed ["mumble-server"] + , cmdProperty "chown" ["-R", "mumble-server:mumble-server", "/var/lib/mumble-server"] + , Apt.serviceInstalledRunning "mumble-server" ] -- git.kitenet.net and git.joeyh.name |
