Fix syntax error in site.pp

Change-Id: I0986bf7e5b1f18209d4bf354f0de21a30364b9bc
This commit is contained in:
James E. Blair 2015-11-11 14:26:48 -08:00
parent 3d4a724eff
commit 6814292b38

View File

@ -647,9 +647,9 @@ node 'status.openstack.org' {
# Node-OS: trusty
node 'nodepool.openstack.org' {
$bluebox_username = hiera('nodepool_bluebox_username', 'username'),
$bluebox_password = hiera('nodepool_bluebox_password'),
$bluebox_project = hiera('nodepool_bluebox_project', 'project'),
$bluebox_username = hiera('nodepool_bluebox_username', 'username')
$bluebox_password = hiera('nodepool_bluebox_password')
$bluebox_project = hiera('nodepool_bluebox_project', 'project')
$rackspace_username = hiera('nodepool_rackspace_username', 'username')
$rackspace_password = hiera('nodepool_rackspace_password')
$rackspace_project = hiera('nodepool_rackspace_project', 'project')