inspec/examples/inheritance/controls/example.rb

12 lines
196 B
Ruby
Raw Normal View History

2016-03-08 12:45:35 +00:00
# encoding: utf-8
# copyright: 2015, Chef Software, Inc.
# license: All rights reserved
include_controls 'profile' do
skip_control 'tmp-1.0'
control 'gordon-1.0' do
impact 0.0
end
end