mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1053 from bytesatwork-xx/develop
update install_freebsd_10_stable to use FreeBSD repo
This commit is contained in:
commit
80ef1b0bba
1 changed files with 3 additions and 1 deletions
|
@ -5066,7 +5066,9 @@ install_freebsd_9_stable() {
|
|||
}
|
||||
|
||||
install_freebsd_10_stable() {
|
||||
install_freebsd_9_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