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:
@@ -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'),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user