Merge "Hide differences when updating clouds.yaml"
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user