From 3940f2cbde7a7ca220be932abb58f1c1a99c9b26 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 01:17:19 -0400 Subject: use fqdn --- HostProp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HostProp.hs') 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 -- cgit v1.3-2-g0d8e