summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2015-04-21 23:01:48 -0400
committerJoey Hess2015-04-21 23:01:48 -0400
commitdc22e14341b879bc1a7d9f2897bb9e7d511cbf6b (patch)
treef422d59c0071cea46b0b073cdfe1f41d630ad972 /src/Propellor/Property/SiteSpecific
parentf7f758af288c5ec965fdba7e5e291d8da2c3ad14 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs
index 5f190643..7813b7eb 100644
--- a/src/Propellor/Property/SiteSpecific/IABak.hs
+++ b/src/Propellor/Property/SiteSpecific/IABak.hs
@@ -40,7 +40,7 @@ registrationServer knownhosts = propertyList "iabak registration server" $ props
& Apt.serviceInstalledRunning "apache2"
& Apt.installed ["perl", "perl-modules"]
& cmdProperty "ln" ["-sf", "/home/registrar/IA.BAK/registrar/register.cgi", "/usr/lib/cgi-bin/register.cgi"]
- & File.containsLine "/etc/sudoers" "www-data ALL=registrar:/home/registrar/IA.BAK/registrar/register.pl"
+ & File.containsLine "/etc/sudoers" "www-data ALL=(registrar) NOPASSWD:/home/registrar/IA.BAK/registrar/register.pl"
graphiteServer :: Property HasInfo
graphiteServer = propertyList "iabak graphite server" $ props