mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1075 from Ch3LL/fix_sles12
ensure sles12 enables services with stable installs
This commit is contained in:
commit
b9b0ddcd1c
1 changed files with 0 additions and 1 deletions
|
@ -5889,7 +5889,6 @@ install_suse_12_stable_post() {
|
|||
# shellcheck disable=SC2086
|
||||
curl $_CURL_ARGS -L "https://github.com/saltstack/salt/raw/develop/pkg/salt-$fname.service" \
|
||||
-o "/usr/lib/systemd/system/salt-$fname.service" || return 1
|
||||
continue
|
||||
fi
|
||||
|
||||
# Skip salt-api since the service should be opt-in and not necessarily started on boot
|
||||
|
|
Loading…
Add table
Reference in a new issue