Hide differences when updating clouds.yaml
The clouds.yaml file includes credentials to access OpenStack APIs, so differences should be hidden from output. Change-Id: I7728df4bae694fe560e2e2b90ee4bb480f03a43c
This commit is contained in:
parent
0f5dcbc909
commit
b109d66934
@ -66,10 +66,11 @@ define openstacklib::clouds(
|
|||||||
}
|
}
|
||||||
|
|
||||||
file { $path:
|
file { $path:
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
mode => '0600',
|
mode => '0600',
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
content => template('openstacklib/clouds.yaml.erb'),
|
content => template('openstacklib/clouds.yaml.erb'),
|
||||||
|
show_diff => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user