provisionator 0.0.2 → 0.0.3

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.
@@ -104,7 +104,7 @@ ln -s /home/ubuntu/.config/s3search/production/app.sh /etc/profile.d/$APP_NAME.s
104
104
 
105
105
  . /etc/profile.d/$APP_NAME.sh
106
106
 
107
- chef-solo -c <%= @options[:chef_solo_rb_path] %> -j <%= @options[:chef_node_definition_base_file] %> -l debug
107
+ chef-solo -c <%= @options[:chef_solo_rb_path] %> -o recipe[base] -l debug
108
108
 
109
109
  <% unless @options[:no_release] %>
110
110
  mkdir -p $APP_PATH $APP_PATH/releases $APP_PATH/shared $APP_PATH/shared/system $APP_PATH/shared/log $APP_PATH/shared/pids $APP_PATH/shared/sockets
@@ -1,3 +1,3 @@
1
1
  module Provisionator
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provisionator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: 1875428099689003655
99
+ hash: -1752688427072281454
100
100
  required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  none: false
102
102
  requirements:
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  segments:
107
107
  - 0
108
- hash: 1875428099689003655
108
+ hash: -1752688427072281454
109
109
  requirements: []
110
110
  rubyforge_project:
111
111
  rubygems_version: 1.8.23