mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
a6582bea9b
* Remove any "All Rights Reserved" references InSpec is licensed and released under the Apache 2.0 license. This change removes all reference to legacy code files that still had any Copyright or License lines referring to "All Rights Reserved". Signed-off-by: Adam Leff <adam@leff.co> * fix functional tests Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
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'
|