propellor spin

This commit is contained in:
Joey Hess 2015-04-21 22:43:31 -04:00
parent 54f6972041
commit f7f758af28
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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"