diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 16:53:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 16:53:33 -0400 |
| commit | a9151250f2cb8d37f45506d96e8370ddf2103dce (patch) | |
| tree | 569ac81d595df6565f368e82c9990e8ed75edcd5 | |
| parent | 32ffe1797271a269708ca06060bbe18f1b6f880a (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index f0f2f293..67296bcb 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -74,7 +74,7 @@ hosts = & Apt.serviceInstalledRunning "ntp" & Dns.zones myDnsSecondary & Apt.serviceInstalledRunning "apache2" - & File.ownerGroup "/srv" "joey" "joey" + & File.ownerGroup "/srv/web" "joey" "joey" & cname "git.kitenet.net" & cname "git.joeyh.name" |
