mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
default install to git install
This commit is contained in:
parent
6696760917
commit
902d3c52f3
1 changed files with 2 additions and 4 deletions
|
@ -13,6 +13,7 @@ provisioner:
|
|||
name: salt_solo
|
||||
salt_install: bootstrap
|
||||
salt_bootstrap_url: bootstrap-salt.sh
|
||||
salt_bootstrap_options: -MPq git %s
|
||||
install_after_init_environment: true
|
||||
log_level: info
|
||||
sudo: true
|
||||
|
@ -70,23 +71,20 @@ platforms:
|
|||
run_command: /usr/lib/systemd/systemd
|
||||
provision_command:
|
||||
- systemctl enable sshd.service
|
||||
|
||||
suites:
|
||||
- name: py2-git-2017.7
|
||||
provisioner:
|
||||
salt_version: 2017.7
|
||||
salt_bootstrap_options: -MPq git %s
|
||||
- name: py2-git-2018.3
|
||||
provisioner:
|
||||
salt_version: 2018.3
|
||||
salt_bootstrap_options: -MPq git %s
|
||||
- name: py2-git-fluorine
|
||||
provisioner:
|
||||
salt_version: fluorine
|
||||
salt_bootstrap_options: -MPq git %s
|
||||
- name: py2-git-develop
|
||||
provisioner:
|
||||
salt_version: develop
|
||||
salt_bootstrap_options: -MPq git %s
|
||||
- name: py2-stable-2017.7
|
||||
provisioner:
|
||||
salt_version: 2017.7
|
||||
|
|
Loading…
Add table
Reference in a new issue