From: Mark Wooding Date: Sat, 7 Feb 2015 13:42:19 +0000 (+0000) Subject: hosts.lisp: Simple name for `jaguar', since it'll be hosting services. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/033baee0bed0ed84b288c56ce625c46f19979a11 hosts.lisp: Simple name for `jaguar', since it'll be hosting services. --- diff --git a/hosts.lisp b/hosts.lisp index e48dbb3..51d775f 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -149,4 +149,6 @@ (defhost stratocaster stratocaster.jump) (defhost vampire vampire.dmz))) +(defhost jaguar jaguar.jump) + ;;;----- That's all, folks --------------------------------------------------