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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6bf577243e8547180dfba960639bf2bc4a924f2
4
- data.tar.gz: 2f0100c0679d386c62dcf9f1cba831970ffb4087
3
+ metadata.gz: bb3622b5ba59409e0b313c206bd3e81f398b5d50
4
+ data.tar.gz: cc71c8baf39e8977134bd2380123eaed7a9e8d5e
5
5
  SHA512:
6
- metadata.gz: 6d823a375d6e2a76a795e38514e5123d48f39a1fac58ef3c641aa47669b65641748238a1b368a4e582013af530b664cc031bde58ac687bee7de83e7f484f83a7
7
- data.tar.gz: 1dba62d74a618462531a2449ab0b80c51127dd82b794ee26c8f67841c10d0bf9dfa7f2c1bfe37eef72adcbfa2bf439e35d603453b65b7c854eb7f7cb61598d2e
6
+ metadata.gz: affd7b3ccda27b41a4c070ae2b94169e8814a24fc756382b795ed6bc033f65703c477ab1200723a12a6962ef6d7bf1881656fa118aadd049dcc3e227fe7db69c
7
+ data.tar.gz: 98645cb3e300a2c22de4b3451fe1bcb31722299d1e77711ff9661b37f5a5a8c8826a3a793ef5e675664714281ae8e7c8ba318a293164e7425398d88f04dbd3fe
data/Gemfile.lock CHANGED
@@ -36,7 +36,7 @@ GIT
36
36
  PATH
37
37
  remote: .
38
38
  specs:
39
- corl (0.4.24)
39
+ corl (0.4.25)
40
40
  facter (~> 1.7)
41
41
  fog (~> 1.20)
42
42
  hiera (~> 1.3)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.24
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.24 ruby lib
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.24"
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-02"
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.24
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-02 00:00:00.000000000 Z
11
+ date: 2014-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nucleon