inspec/test/fixtures/profiles/old-examples/inheritance/controls/example.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08: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'