Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00

12 lines
365 B
Ruby

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