classify_cluster 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,6 +97,8 @@ module ClassifyCluster
97
97
  @node.cluster.variables['fileserver_hosts'] << @node.private_ip
98
98
  when 'cache'
99
99
  @node.cluster.variable 'cache_host', @node.private_ip
100
+ when 'sso'
101
+ @node.cluster.variable 'ping_federate_host', @node.private_ip
100
102
  end
101
103
  end
102
104
  def method_missing(method_name, *args)
@@ -1,3 +1,3 @@
1
1
  module ClassifyCluster
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classify_cluster
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Cashin
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-08 00:00:00 Z
18
+ date: 2011-12-08 00:00:00 -08:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: commander
@@ -101,6 +102,7 @@ files:
101
102
  - lib/classify_cluster/writers/capistrano.rb
102
103
  - lib/classify_cluster/writers/classify.rb
103
104
  - lib/classify_cluster/writers/puppet.rb
105
+ has_rdoc: true
104
106
  homepage: http://rubygems.org/gems/classify_cluster
105
107
  licenses: []
106
108
 
@@ -130,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
132
  requirements: []
131
133
 
132
134
  rubyforge_project: classify_cluster
133
- rubygems_version: 1.8.10
135
+ rubygems_version: 1.5.3
134
136
  signing_key:
135
137
  specification_version: 3
136
138
  summary: Contains several binaries for generating capistrano and puppet configurations