hosts/host-defs.lisp: Set the correct containing package.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Jul 2015 10:04:19 +0000 (11:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 9 Jul 2015 08:39:00 +0000 (09:39 +0100)
Mostly useful as an editor hint.

hosts/host-defs.lisp

index 7860ab1..5e6039b 100644 (file)
@@ -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)