From: Mark Wooding Date: Wed, 8 Jul 2015 10:04:19 +0000 (+0100) Subject: hosts/host-defs.lisp: Set the correct containing package. X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/commitdiff_plain/23ba7445f087430d96914f81d15a4fa8a305ebfa hosts/host-defs.lisp: Set the correct containing package. Mostly useful as an editor hint. --- diff --git a/hosts/host-defs.lisp b/hosts/host-defs.lisp index 7860ab1..5e6039b 100644 --- a/hosts/host-defs.lisp +++ b/hosts/host-defs.lisp @@ -1,5 +1,7 @@ ;;; -*-lisp-*- +(cl:in-package #:ansible-inventory-user) + ;; Set `:vm-role' and `:guests' properties based on `:vm-host' backlinks from ;; guests, and propagate `:location' and `:hypervisor' back to the guests. (defhook (prio-props)