mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
2d49f39adc
Signed-off-by: devoptimist <sbrown@chef.io>
14 lines
281 B
Ruby
14 lines
281 B
Ruby
# encoding: utf-8
|
|
# 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'
|