Set show_diff to false for auth_file
We should not show changes in output since the password might be leaked there. I will add a follow-up patch later in master that cleans up testing and etc. We need to backport this to all versions. Change-Id: Ief909c8303d7d29dcd0c19ee4cb4974667eadbcb
This commit is contained in:
parent
0cda7a5691
commit
1c072a304e
@ -155,6 +155,7 @@ class openstack_extras::auth_file(
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0700',
|
mode => '0700',
|
||||||
|
show_diff => false,
|
||||||
tag => ['openrc'],
|
tag => ['openrc'],
|
||||||
content => template('openstack_extras/openrc.erb')
|
content => template('openstack_extras/openrc.erb')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user