0727a5b3a6
Updating the system-config git checkout was not working correctly. Since we don't need the whole repo anyway, just retrieve the install_puppet.sh script. Change-Id: If83482eacdb303ea4fc3fe453818ea435ed062dc
13 lines
434 B
YAML
13 lines
434 B
YAML
- hosts: 'puppet4'
|
|
name: "Puppet-version: install puppet-4 on puppet-4 hosts"
|
|
gather_facts: false
|
|
tasks:
|
|
- get_url:
|
|
url: http://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh
|
|
dest: /tmp/install_puppet.sh
|
|
mode: 0755
|
|
checksum: sha256:741b8cfdc039e817bd598511dd7203da16701f213775e639994e8bb278a68239
|
|
- shell: /tmp/install_puppet.sh
|
|
environment:
|
|
PUPPET_VERSION: 4
|