Merge "Write all-clouds.yaml to disk"

This commit is contained in:
Jenkins 2016-02-23 17:45:05 +00:00 committed by Gerrit Code Review
commit b38821f0c3

View File

@ -128,6 +128,14 @@ class openstack_project::puppetmaster (
content => template('openstack_project/puppetmaster/ansible-clouds.yaml.erb'),
}
file { '/etc/openstack/all-clouds.yaml':
ensure => present,
owner => 'root',
group => 'root',
mode => '0600',
content => template('openstack_project/puppetmaster/all-clouds.yaml.erb'),
}
file { '/etc/openstack/infracloud_west_cacert.pem':
ensure => present,
owner => 'root',