diff --git a/install_puppet.sh b/install_puppet.sh index 4a4a47c3e0..bf236cab0d 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -112,6 +112,10 @@ EOF ln -s /usr/bin/pip /usr/bin/pip-python # Wipe out templatedir so we don't get warnings about it sed -i '/templatedir/d' /etc/puppet/puppet.conf + + # install RDO repo as well; this covers a few things like + # openvswitch that aren't available for EPEL + yum install -y https://rdoproject.org/repos/rdo-release.rpm } function setup_puppet_rhel6 {