File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Author:: LLC Express 42 (info@express42.com)
6
6
#
7
- # Copyright (C) LLC 2012 Express 42
7
+ # Copyright (C) 2012-2013 LLC Express 42
8
8
#
9
9
# Permission is hereby granted, free of charge, to any person obtaining a copy of
10
10
# this software and associated documentation files (the "Software"), to deal in
@@ -34,8 +34,8 @@ def initialize(*args)
34
34
35
35
attribute :cluster_name , :kind_of => String , :name_attribute => true
36
36
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 => { }
39
39
attribute :configuration , :kind_of => Hash , :default => { }
40
40
attribute :hba_configuration , :kind_of => Array , :default => [ ]
41
41
attribute :ident_configuration , :kind_of => Array , :default => [ ]
You can’t perform that action at this time.
0 commit comments