Skip to content

Commit 1294032

Browse files
committed
Updated rspec-puppet to bug fix commit; corrected package error
1 parent 2fc7290 commit 1294032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group :test do
44
gem "rake"
55
gem "puppet", ENV['PUPPET_VERSION'] || '>= 2.7.0'
66
gem "puppet-lint"
7-
gem "rspec-puppet"
7+
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git', :ref => '389f99ef666521fec1b4530fe69dc1ab84a060a8'
88
gem "puppet-syntax"
99
gem "puppetlabs_spec_helper"
1010
end

manifests/cartridges/jenkins.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
class openshift_origin::cartridges::jenkins {
1616
package { 'jenkins':
17-
ensure => '1.510-1.1',
17+
ensure => present,
1818
require => Class['openshift_origin::install_method'],
1919
}
2020
exec { '/usr/bin/yum versionlock jenkins':

0 commit comments

Comments
 (0)