diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-21 22:43:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-21 22:43:31 -0400 |
| commit | f7f758af288c5ec965fdba7e5e291d8da2c3ad14 (patch) | |
| tree | 5611ea46036849b076fd7dfbcdca27be44eb18ca /src | |
| parent | 54f69720413b0a12bcb643e770889a6ad1c81685 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index cc0a7b0e..5f190643 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -21,7 +21,7 @@ gitServer knownhosts = propertyList "iabak git server" $ props & Git.cloned "root" repo "/usr/local/IA.BAK/client" (Just "master") & Ssh.keyImported SshRsa "root" (Context "IA.bak.users.git") & Ssh.knownHost knownhosts "gitlab.com" "root" - & Git.cloned "www-data" userrepo "/usr/local/IA.BAK/pubkeys" (Just "master") + & Git.cloned "root" userrepo "/usr/local/IA.BAK/pubkeys" (Just "master") & Apt.serviceInstalledRunning "apache2" & cmdProperty "ln" ["-sf", "/usr/local/IA.BAK/pushme.cgi", "/usr/lib/cgi-bin/pushme.cgi"] & File.containsLine "/etc/sudoers" "www-data ALL=NOPASSWD:/usr/local/IA.BAK/pushed.sh" |
