inspec/test/unit/mock/profiles/dependencies/inheritance/controls/example.rb
2016-08-25 14:42:55 +02:00

9 lines
176 B
Ruby

# encoding: utf-8
include_controls 'profile_a'
include_controls 'profile_b'
include_controls 'ssh-hardening' do
12.upto(12) do |i|
skip_control "ssh-%02d" % i
end
end