Skip to content

Commit

Permalink
Fixing cluster's role name
Browse files Browse the repository at this point in the history
  • Loading branch information
temujin9 committed Sep 20, 2012
1 parent ec19d62 commit 8cbd166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ironfan/dsl/server.rb
Expand Up @@ -10,7 +10,7 @@ def initialize(attrs={},&block)
self.cluster_name = attrs[:owner].cluster_name
self.facet_name = attrs[:owner].name

self.role self.cluster_name, :last
self.role "#{self.cluster_name}_cluster", :last
self.role attrs[:owner].facet_role.name, :last
end
super
Expand Down

0 comments on commit 8cbd166

Please sign in to comment.