veronic 0.0.30 → 0.0.31

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.
@@ -63,6 +63,7 @@ module Provider
63
63
  node.config[:identity_file] = @identity_file
64
64
  node.config[:environment] = @environment
65
65
  node.config[:log_level] = @verbose
66
+ node.config[:template_file] = '/etc/veronic/bootstrap/lifted-chef.erb'
66
67
 
67
68
  @logger.info node.config
68
69
  begin
@@ -144,4 +145,4 @@ module Provider
144
145
  end
145
146
  end
146
147
  end
147
- end
148
+ end
data/veronic.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'veronic'
3
- s.version = '0.0.30'
4
- s.date = '2013-04-05'
3
+ s.version = '0.0.31'
4
+ s.date = '2014-07-28'
5
5
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
6
6
  s.summary = "Veronic, a simple cloud deployer"
7
7
  s.description = "A simple cloud deployer"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veronic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.31
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-05 00:00:00.000000000 Z
12
+ date: 2014-07-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef