summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-10-16 17:02:16 -0400
committerJoey Hess2014-10-16 17:02:16 -0400
commit0f1fcc24f89a7b8f8be1bcd71e800739d46b7912 (patch)
tree4f4516ac59bf5493eadc02702604515eb11a7ebb /src/Propellor/Property
parent8a6da9ff731e446a8e74befae1f8dc610cce6082 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 77af65fa..bd9e01e2 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -72,7 +72,7 @@ oldUseNetServer hosts = propertyList ("olduse.net server")
oldUseNetShellBox :: Property
oldUseNetShellBox = propertyList "olduse.net shellbox"
[ oldUseNetInstalled "oldusenet"
- , Service.running "oldusenet"
+ , Service.running "shellinabox"
]
oldUseNetInstalled :: Apt.Package -> Property