Merge "Write all-clouds.yaml to disk"
This commit is contained in:
commit
b38821f0c3
@ -128,6 +128,14 @@ class openstack_project::puppetmaster (
|
|||||||
content => template('openstack_project/puppetmaster/ansible-clouds.yaml.erb'),
|
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':
|
file { '/etc/openstack/infracloud_west_cacert.pem':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user