summaryrefslogtreecommitdiff
path: root/HostProp.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 01:17:19 -0400
committerJoey Hess2014-03-30 01:17:19 -0400
commit3940f2cbde7a7ca220be932abb58f1c1a99c9b26 (patch)
tree0b4b31ce29161e1adcfdb1087b5dfd08bb9f7691 /HostProp.hs
parent8684db8bbf886d5dc41523e2b79df54aa1702cf8 (diff)
use fqdn
Diffstat (limited to 'HostProp.hs')
-rw-r--r--HostProp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HostProp.hs b/HostProp.hs
index 7a98c5a5..2b393cdd 100644
--- a/HostProp.hs
+++ b/HostProp.hs
@@ -15,7 +15,7 @@ main = ensureProperties . getProperties =<< getHostName
- or one specified on the command line is converted into a list of
- Properties for that system. -}
getProperties :: HostName -> [Property]
-getProperties "clam" =
+getProperties "clam.kitenet.net" =
-- Clean up the system as installed by cloudatcost.com
[ User.nuked "user"
, Apt.removed ["exim4"] `onChange` Apt.autoRemove