force shallow git clone

This commit is contained in:
Daniel Wallace 2018-08-14 17:13:57 -05:00
parent f8be7e5cff
commit fe9e13e62c
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -13,7 +13,7 @@ provisioner:
name: salt_solo name: salt_solo
salt_install: bootstrap salt_install: bootstrap
salt_bootstrap_url: bootstrap-salt.sh salt_bootstrap_url: bootstrap-salt.sh
salt_bootstrap_options: -MPq git %s salt_bootstrap_options: -MPfq git %s
install_after_init_environment: true install_after_init_environment: true
log_level: info log_level: info
sudo: true sudo: true
@ -38,7 +38,7 @@ platforms:
provision_command: provision_command:
- yum install -y upstart - yum install -y upstart
provisioner: provisioner:
salt_bootstrap_options: -MPq -y -x python2.7 git %s salt_bootstrap_options: -MPfq -y -x python2.7 git %s
- name: amazon-1 - name: amazon-1
driver_config: driver_config:
image: amazonlinux:1 image: amazonlinux:1