Sha256: fc41f95efc7414aca5e5d75e3196b220de926ae55b968cccab97100f27a72ea8

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

actions :set
default_action :set

attribute :key,   kind_of: String, name_attribute: true
attribute :value, kind_of: String, required: true
attribute :scope, equal_to: %w(local global system), default: 'global'
attribute :path,  kind_of: String
attribute :user,  kind_of: String
attribute :options, kind_of: String

attr_accessor :exists

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-12.8.1 acceptance/top-cookbooks/test_run/git/resources/config.rb
chef-12.8.1-universal-mingw32 acceptance/top-cookbooks/test_run/git/resources/config.rb