Merge "Hide differences when updating clouds.yaml"

This commit is contained in:
Zuul
2022-06-28 15:28:45 +00:00
committed by Gerrit Code Review

View File

@@ -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,
} }
} }