From 23ba7445f087430d96914f81d15a4fa8a305ebfa Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 8 Jul 2015 11:04:19 +0100 Subject: [PATCH] hosts/host-defs.lisp: Set the correct containing package. Mostly useful as an editor hint. --- hosts/host-defs.lisp | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.11.0