inspec/examples/inheritance/controls/example.rb
Miah Johnson 659b4b373a Remove # encoding: utf8 magic comments
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-07 16:06:23 -07:00

13 lines
263 B
Ruby

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