Sha256: 8518351d3e5f60664ccf363c9d5820b4696ae4c1eb50a128fb62566b37049352

Contents?: true

Size: 295 Bytes

Versions: 6

Compression:

Stored size: 295 Bytes

Contents

# 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'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inspec-2.1.81 examples/inheritance/controls/example.rb
inspec-2.1.21 examples/inheritance/controls/example.rb
inspec-2.1.10 examples/inheritance/controls/example.rb
inspec-2.0.32 examples/inheritance/controls/example.rb
inspec-2.0.17 examples/inheritance/controls/example.rb
inspec-1.51.15 examples/inheritance/controls/example.rb