Remove placeholder hiera defaults

Now that the apply tests no longer require default values for all hiera
calls, remove the placeholder 'XXX' default values from lists.

Change-Id: I870d95cec36279e1de3dbf39b305a1a8a2072426
This commit is contained in:
K Jonathan Harker
2015-10-16 14:17:05 -07:00
parent cd00179976
commit e20c706904

View File

@@ -292,7 +292,7 @@ node 'groups-dev.openstack.org' {
node 'lists.openstack.org' {
class { 'openstack_project::lists':
listadmins => hiera('listadmins', []),
listpassword => hiera('listpassword', 'XXX'),
listpassword => hiera('listpassword'),
}
}