mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
df7efefc9d
Signed-off-by: Miah Johnson <miah@chia-pet.org>
13 lines
264 B
Ruby
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'
|