mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
The yum install
packages should not be wrapped in quotes.
This commit is contained in:
parent
5a85ebb431
commit
06228b5f7c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue