Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 2192fcf

Browse files
committed
Lock puppetlabs/ruby to 0.1.1
Current master branch of puppetlabs/ruby module breaks debian/ubuntu due to missing packages.
1 parent 280419c commit 2192fcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
mod 'stdlib', :git => 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
3939
mod 'apt', :git => 'git://github.com/puppetlabs/puppetlabs-apt.git'
4040
mod 'concat', :git => 'git://github.com/puppetlabs/puppetlabs-concat.git'
41-
mod 'ruby', :git => 'git://github.com/puppetlabs/puppetlabs-ruby.git'
41+
mod 'ruby',
42+
:git => 'git://github.com/puppetlabs/puppetlabs-ruby.git',
43+
:ref => '0.1.1'
4244
mod 'puppetlabs_yum', :git => 'git://github.com/stahnma/puppet-module-puppetlabs_yum'
4345
mod 'puppetlabs_apt', :git => 'git://github.com/puppetlabs-operations/puppet-puppetlabs_apt.git'
4446
mod 'interval', :git => 'git://github.com/puppetlabs-operations/puppet-interval.git'

0 commit comments

Comments
 (0)