classify_cluster 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module ClassifyCluster
|
|
29
29
|
@node.klass "databaseserver::onpremise" if @options.has_key?(:primary)
|
30
30
|
@node.klass "databasereplicationserver::onpremise" if @options.has_key?(:backup)
|
31
31
|
when "puppet_master"
|
32
|
-
@node.klass "
|
32
|
+
@node.klass "puppetmaster::onpremise"
|
33
33
|
when "munin"
|
34
34
|
@node.klass "munin::master::onpremise" if @options.has_key?(:master)
|
35
35
|
@node.klass "munin::node::onpremise" if @options.has_key?(:node)
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sean Cashin
|