corl 0.4.24 → 0.4.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/corl.gemspec +3 -3
- data/lib/CORL/provisioner/puppetnode.rb +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb3622b5ba59409e0b313c206bd3e81f398b5d50
|
4
|
+
data.tar.gz: cc71c8baf39e8977134bd2380123eaed7a9e8d5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: affd7b3ccda27b41a4c070ae2b94169e8814a24fc756382b795ed6bc033f65703c477ab1200723a12a6962ef6d7bf1881656fa118aadd049dcc3e227fe7db69c
|
7
|
+
data.tar.gz: 98645cb3e300a2c22de4b3451fe1bcb31722299d1e77711ff9661b37f5a5a8c8826a3a793ef5e675664714281ae8e7c8ba318a293164e7425398d88f04dbd3fe
|
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.25
|
data/corl.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: corl 0.4.
|
5
|
+
# stub: corl 0.4.25 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "corl"
|
9
|
-
s.version = "0.4.
|
9
|
+
s.version = "0.4.25"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Adrian Webb"]
|
14
|
-
s.date = "2014-05-
|
14
|
+
s.date = "2014-05-04"
|
15
15
|
s.description = "Framework that provides a simple foundation for growing organically in the cloud"
|
16
16
|
s.email = "adrian.webb@coralnexus.com"
|
17
17
|
s.executables = ["corl"]
|
@@ -83,9 +83,7 @@ class Puppetnode < CORL.plugin_class(:provisioner)
|
|
83
83
|
# environment without phantom empty environment issues.
|
84
84
|
|
85
85
|
Puppet[:default_file_terminus] = :file_server
|
86
|
-
|
87
|
-
node = get_node
|
88
|
-
Puppet[:node_name_value] = id.to_s
|
86
|
+
Puppet[:node_name_value] = id.to_s
|
89
87
|
|
90
88
|
unless profiles.empty?
|
91
89
|
modulepath = profiles.collect do |profile|
|
@@ -103,6 +101,7 @@ class Puppetnode < CORL.plugin_class(:provisioner)
|
|
103
101
|
Puppet[:manifest] = manifest
|
104
102
|
end
|
105
103
|
|
104
|
+
node = get_node
|
106
105
|
@compiler = Puppet::Parser::Compiler.new(node)
|
107
106
|
register
|
108
107
|
node
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: corl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Webb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nucleon
|