Hiera override updated

Change-Id: Id1e1daac82d412017ca7e1a96ffc0c6675b4a679
This commit is contained in:
Oleksandr Martsyniuk 2016-03-14 12:54:01 -05:00
parent c9cefd0e55
commit eaf474eec6
1 changed files with 3 additions and 5 deletions

View File

@ -18,9 +18,7 @@ include contrail
# Post-install
# Create predefined_networks for OSTF-nets in controller-provision.pp
if empty($contrail::nets) {
file { '/etc/hiera/plugins/contrail.yaml':
ensure => file,
content => template('contrail/plugins.yaml.erb'),
}
file { '/etc/hiera/plugins/contrail.yaml':
ensure => file,
content => template('contrail/plugins.yaml.erb'),
}