aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-01-08 12:03:48 +0000
committerThomas Backlund <tmb@mageia.org>2012-01-08 12:03:48 +0000
commit39b7e2d092c19283cdb0d6a1cd17e85c46371c0c (patch)
treec5e35e62776f228f18ab2910c444313658d60b50 /manifests/nodes.pp
parentab7a62027b93fb92331adbce809a59a90032b036 (diff)
downloadpuppet-39b7e2d092c19283cdb0d6a1cd17e85c46371c0c.tar
puppet-39b7e2d092c19283cdb0d6a1cd17e85c46371c0c.tar.gz
puppet-39b7e2d092c19283cdb0d6a1cd17e85c46371c0c.tar.bz2
puppet-39b7e2d092c19283cdb0d6a1cd17e85c46371c0c.tar.xz
puppet-39b7e2d092c19283cdb0d6a1cd17e85c46371c0c.zip
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'
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp1
1 files changed, 1 insertions, 0 deletions
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,