File tree 2 files changed +3
-15
lines changed
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ group :test do
20
20
gem 'puppet-lint-empty_string-check' , :require => false
21
21
gem 'puppet-lint-trailing_comma-check' , :require => false
22
22
gem 'simp-rspec-puppet-facts' , ENV [ 'SIMP_RSPEC_PUPPET_FACTS_VERSION' ] || '~> 3.1'
23
- gem 'simp-rake-helpers' , ENV [ 'SIMP_RAKE_HELPERS_VERSION' ] || [ '>= 5.15 .0' , '< 6' ]
23
+ gem 'simp-rake-helpers' , ENV [ 'SIMP_RAKE_HELPERS_VERSION' ] || [ '>= 5.17 .0' , '< 6' ]
24
24
gem ( 'pdk' , ENV [ 'PDK_VERSION' ] || '~> 2.0' , :require => false ) if major_puppet_version > 5
25
25
gem 'pathspec' , '~> 0.2' if Gem ::Requirement . create ( '< 2.6' ) . satisfied_by? ( Gem ::Version . new ( RUBY_VERSION . dup ) )
26
26
gem 'simp-build-helpers' , ENV [ 'SIMP_BUILD_HELPERS_VERSION' ] || [ '> 0.1' , '< 2.0' ]
Original file line number Diff line number Diff line change 148
148
# each optional dependency is translated to a Requires in a SIMP-generated
149
149
# puppet module RPM, we need to exclude this optional dependency.
150
150
' ssh ' :
151
- :requires :
152
- # exclude pupmod-puppet-selinux
153
- - pupmod-herculesteam-augeasproviders_core
154
- - pupmod-herculesteam-augeasproviders_ssh
155
- - pupmod-puppetlabs-stdlib
156
- - pupmod-simp-simplib
157
- - pupmod-simp-haveged
158
- - pupmod-simp-iptables
159
- - pupmod-simp-oath
160
- - pupmod-simp-pki
161
- - pupmod-simp-tcpwrappers
162
- - pupmod-simp-pam
163
- - pupmod-simp-selinux
164
- - pupmod-simp-vox_selinux
151
+ :ignores :
152
+ - pupmod-puppet-selinux
165
153
166
154
# Vox Pupuli has assumed ownership of the this project
167
155
' snmp ' :
You can’t perform that action at this time.
0 commit comments