Current develop version of Salt shell's out to yum

This commit is contained in:
Pedro Algarvio 2013-12-15 00:38:34 +00:00
parent e98968adb8
commit c06cbf49ee

View file

@ -1735,7 +1735,7 @@ install_fedora_stable() {
install_fedora_git_deps() {
install_fedora_deps || return 1
yum install -y git || return 1
yum install -y git yum-utils || return 1
__git_clone_and_checkout || return 1