Skip to content

Commit

Permalink
pin apt for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed May 8, 2015
1 parent 8fb6a49 commit 0bc8cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ spec/fixtures/
coverage/
.idea/
*.iml
log/
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
hosts.each do |host|
copy_module_to(host, :source => proj_root, :module_name => 'nodejs')
shell("/bin/touch #{default['puppetpath']}/hiera.yaml")
on host, puppet('module install puppetlabs-apt --version 1.5.0'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module install puppetlabs-apt --version 1.8.0'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module install gentoo-portage --version 2.0.1'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module install rismoney-chocolatey --version 0.0.3'), { :acceptable_exit_codes => [0,1] }
on host, puppet('module install stahnma-epel --version 1.0.0'), { :acceptable_exit_codes => [0,1] }
Expand Down

0 comments on commit 0bc8cd6

Please sign in to comment.