Skip to content

Commit

Permalink
Cluster resource: change node type to be what the provider expects as…
Browse files Browse the repository at this point in the history
… of e5a4be3

See #498 to learn more.
  • Loading branch information
michaelklishin committed Aug 8, 2018
1 parent a1a16c6 commit b49d893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Author: Sunggun Yu <sunggun.dev@gmail.com>
# Copyright (C) 2015 Sunggun Yu
# Copyright (C) 2015-2018 Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,5 +24,5 @@

default_action :join

attribute :cluster_nodes, :kind_of => String, :name_attribute => true # first node name to join
attribute :cluster_name, :kind_of => String # cluster name
attribute :cluster_nodes, kind_of: Array, name_attribute: true # first node name to join
attribute :cluster_name, kind_of: String # cluster name

0 comments on commit b49d893

Please sign in to comment.