mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Bring typo fixes from saltsack/salt#9961 into the script.
This commit is contained in:
parent
fe2c1e3494
commit
837648dca2
1 changed files with 2 additions and 2 deletions
|
@ -2139,7 +2139,7 @@ install_red_hat_enterprise_server_testing_post() {
|
|||
# Amazon Linux AMI Install Functions
|
||||
#
|
||||
install_amazon_linux_ami_deps() {
|
||||
# Acording to http://aws.amazon.com/amazon-linux-ami/faqs/#epel we should
|
||||
# According to http://aws.amazon.com/amazon-linux-ami/faqs/#epel we should
|
||||
# enable the EPEL 6 repo
|
||||
if [ $CPU_ARCH_L = "i686" ]; then
|
||||
EPEL_ARCH="i386"
|
||||
|
@ -2379,7 +2379,7 @@ __freebsd_get_packagesite() {
|
|||
set -o nounset
|
||||
}
|
||||
|
||||
# Using a seperate conf step to head for idempotent install...
|
||||
# Using a separate conf step to head for idempotent install...
|
||||
__configure_freebsd_pkg_details() {
|
||||
|
||||
## pkg.conf is deprecated.
|
||||
|
|
Loading…
Add table
Reference in a new issue