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
commit 380d7fc986
1 changed files with 6 additions and 5 deletions

View File

@ -66,10 +66,11 @@ define openstacklib::clouds(
}
file { $path:
ensure => 'present',
mode => '0600',
owner => 'root',
group => 'root',
content => template('openstacklib/clouds.yaml.erb'),
ensure => 'present',
mode => '0600',
owner => 'root',
group => 'root',
content => template('openstacklib/clouds.yaml.erb'),
show_diff => false,
}
}