Skip to content

Commit

Permalink
dirsrv_config should not accept arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Willis committed Jul 22, 2015
1 parent 0c61a8b commit 0f0fa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
default_action :set

attribute :attr, :kind_of => String, :name_attribute => true
attribute :value, :kind_of => [ String, Array ], :default => []
attribute :value, :kind_of => [ String, Integer ], :required => true
attribute :host, :kind_of => String, :default => 'localhost'
attribute :port, :kind_of => Integer, :default => 389
attribute :credentials, :kind_of => [ String, Hash ], :default => 'default_credentials'
Expand Down

0 comments on commit 0f0fa40

Please sign in to comment.