propellor spin

This commit is contained in:
Joey Hess 2015-04-22 22:36:45 -04:00
parent f083b9942c
commit 4c86f8adf5
Failed to extract signature
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ registrationServer knownhosts = propertyList "iabak registration server" $ props
& cmdProperty "ln" ["-sf", "/home/registrar/IA.BAK/registrar/register.cgi", link]
& cmdProperty "chown" ["-h", "registrar:registrar", link]
& File.containsLine "/etc/sudoers" "www-data ALL=(registrar) NOPASSWD:/home/registrar/IA.BAK/registrar/register.pl"
& Apt.installed ["kgb-client"]
& File.hasPrivContentExposed "/etc/kgb-bot/kgb-client.conf" anyContext
`requires` File.dirExists "/etc/kgb-bot/"
where
link = "/usr/lib/cgi-bin/register.cgi"