summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2014-10-24 09:58:12 -0400
committerJoey Hess2014-10-24 09:58:12 -0400
commit3959d5be901121cc697316837b96b6bdc37248d2 (patch)
tree93bbef55ad3d247f2e64d5cb7ceb1f3679514935 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent2bd599470a875b10159535ecb44b3a3aac59da85 (diff)
parentb5ab8a7f9fedc283cd561b8a414748ecee3868fd (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-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