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 graphite. Change-Id: I1573f7a9edf3f0e99780e06cf5ed0fba672e3714
This commit is contained in:
parent
cd00179976
commit
b6bf19be1a
@ -249,7 +249,7 @@ node 'graphite.openstack.org' {
|
||||
class { '::graphite':
|
||||
graphite_admin_user => hiera('graphite_admin_user', 'username'),
|
||||
graphite_admin_email => hiera('graphite_admin_email', 'email@example.com'),
|
||||
graphite_admin_password => hiera('graphite_admin_password', 'XXX'),
|
||||
graphite_admin_password => hiera('graphite_admin_password'),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user