X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=manifests%2Finstall.pp;h=26c199d56077c504676fe8120ee6bb926ca8970f;hb=66860b3d314a435b63aec5d418578048486c67ef;hp=e46b887d4928cc8cce5789c7c304c5a5a986d690;hpb=fcb428876152aa62da4b1ecec5d599a2323af684;p=integration%2Fpackaging%2Fpuppet-opendaylight.git diff --git a/manifests/install.pp b/manifests/install.pp index e46b887..26c199d 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -16,7 +16,7 @@ class opendaylight::install { } # Add OpenDaylight's Yum repository - yumrepo { 'opendaylight': + yumrepo { 'opendaylight-3-candidate': # 'ensure' isn't supported with Puppet <3.5 # Seems to default to present, but docs don't say # https://docs.puppetlabs.com/references/3.4.0/type.html#yumrepo @@ -33,7 +33,7 @@ class opendaylight::install { # Install the OpenDaylight RPM package { 'opendaylight': ensure => present, - require => Yumrepo['opendaylight'], + require => Yumrepo['opendaylight-3-candidate'], } } elsif $opendaylight::install_method == 'tarball' {