Skip to content

Commit

Permalink
Merge pull request redhat-openstack#258 from mhaskel/update_stdlib_ve…
Browse files Browse the repository at this point in the history
…rsion

Added dependency on stdlib 4.6.0
  • Loading branch information
bmjen committed Apr 16, 2015
2 parents 4412b3e + 8f52991 commit d654068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
on host, "mkdir -p #{host['distmoduledir']}"
if host['platform'] =~ /sles-12/i || host['platform'] =~ /solaris-11/i
apply_manifest_on(host, 'package{"git":}')
on host, 'git clone -b 4.3.x https://github.com/puppetlabs/puppetlabs-stdlib /etc/puppetlabs/puppet/modules/stdlib'
on host, 'git clone -b 4.6.x https://github.com/puppetlabs/puppetlabs-stdlib /etc/puppetlabs/puppet/modules/stdlib'
else
on host, puppet('module install puppetlabs-stdlib'), {:acceptable_exit_codes => [0, 1]}
end
Expand Down

0 comments on commit d654068

Please sign in to comment.