diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-02 14:41:53 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-02 14:41:53 -0400 |
| commit | e23e5f69e907593786768694f40735397d5085de (patch) | |
| tree | 4cbabffb77530e1b79f83d5fa2d58c629583a68a /src | |
| parent | 146e7731e1f5de503c93ff4b44e13735bcd13f70 (diff) | |
make joey own git.kitenet.net checkout
I have a cron job updating a file in there..
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index c6a0c1ad..6e0d6c4e 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -248,7 +248,7 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props ] `describe` "cgit configured" -- I keep the website used for git.kitenet.net/git.joeyh.name checked into git.. - & Git.cloned (User "root") "/srv/git/joey/git.kitenet.net.git" "/srv/web/git.kitenet.net" Nothing + & Git.cloned (User "joey") "/srv/git/joey/git.kitenet.net.git" "/srv/web/git.kitenet.net" Nothing -- Don't need global apache configuration for cgit. ! Apache.confEnabled "cgit" & website "git.kitenet.net" |
