The yum install packages should not be wrapped in quotes.

This commit is contained in:
Pedro Algarvio 2013-01-25 22:27:35 +00:00
parent 5a85ebb431
commit 06228b5f7c

View file

@ -672,7 +672,7 @@ install_fedora_stable() {
if [ $INSTALL_MASTER -eq 1 ] || [ $INSTALL_SYNDIC -eq 1 ]; then
packages="${packages} salt-master"
fi
yum install -y "${packages}"
yum install -y ${packages}
}
install_fedora_git_deps() {