diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-01 11:22:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-01 11:22:31 -0400 |
| commit | 85b01d02ed705a0c454fd093968a7fd0d08aa8ef (patch) | |
| tree | 330030b5753bae98cf0f9532c47f254fb4fff2e9 | |
| parent | 6f1ef223b8348683350017511fdef729a493b4ba (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 5f474a12..ef90a469 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -315,7 +315,9 @@ iabak = host "ia-bak.joeyh.name" & Sudo.enabledFor "joey" & GitHome.installedFor "joey" & Git.cloned "root" repo "/usr/local/IA.BAK" (Just "server") - & Git.cloned "root" repo "/usr/local/IA.BAK/pubkeys" (Just "pubkeys") + & Git.cloned "root" repo "/usr/local/IA.BAK/pubkeys" (Just "pubkey") + & Apt.serviceInstalledRunning "apache2" + & cmdProperty "ln" ["-s", "/usr/local/IA.BAK/pushme.cgi", "/usr/lib/cgi-bin/pushme.cgi"] where repo = "https://github.com/ArchiveTeam/IA.BAK/" |
