inspec/examples/inheritance/controls/example.rb
Miah Johnson df7efefc9d mostly a search and replace for gordon -> example
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-16 10:13:24 -07:00

13 lines
264 B
Ruby

# copyright: 2016, Chef Software, Inc.
# manipulate controls of `profile`
include_controls 'profile' do
skip_control 'tmp-1.0'
control 'example-1.0' do
impact 0.0
end
end
# load all controls of `profile-attribute`
include_controls 'profile-attribute'