From 39b7e2d092c19283cdb0d6a1cd17e85c46371c0c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 8 Jan 2012 12:03:48 +0000 Subject: fix 'Could not look up qualified variable 'auto_installation::variables::pxe_dir'; class auto_installation::variables has not been evaluated at /etc/puppet/manifests/nodes.pp:261' --- manifests/nodes.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 73a309fc..04d0c41b 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -256,6 +256,7 @@ node rabbit { } # for testing pxe support of libvirt + include auto_installation::variables libvirtd::network {"pxe_network": network => "192.168.123.0/24", tftp_root => $auto_installation::variables::pxe_dir, -- cgit v1.2.1