inspec/examples/inheritance/controls/example.rb

14 lines
264 B
Ruby
Raw Normal View History

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