Merge "Fix emaint sync call"

This commit is contained in:
Jenkins 2016-08-04 07:11:24 +00:00 committed by Gerrit Code Review
commit b4a8083dc2

View File

@ -223,7 +223,7 @@ function setup_puppet_opensuse {
}
function setup_puppet_gentoo {
emaint sync
echo yes | emaint sync -a
emerge -q --jobs=4 puppet-agent
sed -i '/templatedir/d' /etc/puppetlabs/puppet/puppet.conf
}