Skip to content

Commit 4687b17

Browse files
committed
Set cluster_create_options type to Array
1 parent 07085d0 commit 4687b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/default.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Author:: LLC Express 42 (info@express42.com)
66
#
7-
# Copyright (C) LLC 2012 Express 42
7+
# Copyright (C) 2012-2013 LLC Express 42
88
#
99
# Permission is hereby granted, free of charge, to any person obtaining a copy of
1010
# this software and associated documentation files (the "Software"), to deal in
@@ -34,8 +34,8 @@ def initialize(*args)
3434

3535
attribute :cluster_name, :kind_of => String, :name_attribute => true
3636
attribute :cookbook, :kind_of => String
37-
attribute :databag, :kind_of => String #, :required => true
38-
attribute :cluster_create_options, :kind_of => Array
37+
attribute :databag, :kind_of => String
38+
attribute :cluster_create_options, :kind_of => Hash, :default => {}
3939
attribute :configuration, :kind_of => Hash, :default => {}
4040
attribute :hba_configuration, :kind_of => Array, :default => []
4141
attribute :ident_configuration, :kind_of => Array, :default => []

0 commit comments

Comments
 (0)