fix a typo in repos.pp

The dependencies are for Ocata, not Newton.

Change-Id: I05016484740cfa584ec4c1392b5ecee56d1c48e1
This commit is contained in:
Emilien Macchi 2016-10-07 07:05:43 -04:00
parent b09ccfa490
commit 44a2019d29

View File

@ -27,7 +27,7 @@ class openstack_integration::repos {
'gpgcheck' => 'no',
'priority' => 1,
},
'newton-delorean-deps' => {
'ocata-delorean-deps' => {
'baseurl' => 'http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-ocata',
'descr' => 'Ocata delorean-deps',
'gpgcheck' => 'no',