Sha256: e77ef0758b5ddd39714e9b491aa72edbf612fc812ea461c4c33e6bd7e2476ceb
Contents?: true
Size: 434 Bytes
Versions: 1
Compression:
Stored size: 434 Bytes
Contents
# encoding: utf-8 # copyright: 2015, Chef Software, Inc. # license: All rights reserved title 'Gordon Config Checks' # To pass the test, create the following file # ```bash # cat <<EOF > /etc/gordon/config.yaml # version: '1.0' # EOF # ``` control 'gordon-1.0' do impact 0.7 title 'Create separate /tmp partition' desc 'An optional description...' describe gordon_config do its('version') { should eq('1.0') } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inspec-0.9.8 | examples/profile/controls/gordon.rb |