diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 01:17:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 01:17:19 -0400 |
| commit | 3940f2cbde7a7ca220be932abb58f1c1a99c9b26 (patch) | |
| tree | 0b4b31ce29161e1adcfdb1087b5dfd08bb9f7691 /HostProp.hs | |
| parent | 8684db8bbf886d5dc41523e2b79df54aa1702cf8 (diff) | |
use fqdn
Diffstat (limited to 'HostProp.hs')
| -rw-r--r-- | HostProp.hs | 2 |
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 |
