mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
resolved jenkins style warnings in install_freebsd_10_stable (adjusting to same style as install_freebsd_9_stable)
This commit is contained in:
parent
29cfc366ba
commit
51db2222d8
1 changed files with 2 additions and 0 deletions
|
@ -4960,7 +4960,9 @@ install_freebsd_9_stable() {
|
|||
}
|
||||
|
||||
install_freebsd_10_stable() {
|
||||
# shellcheck disable=SC2086
|
||||
/usr/local/sbin/pkg install ${FROM_FREEBSD} -y sysutils/py-salt || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
install_freebsd_11_stable() {
|
||||
|
|
Loading…
Add table
Reference in a new issue