alpha_omega 0.0.205 → 0.0.206

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/alpha_omega/utils.rb +6 -6
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.205
1
+ 0.0.206
@@ -229,16 +229,16 @@ module AlphaOmega
229
229
  end
230
230
 
231
231
  def self.interesting (config, deploy, node_filter)
232
- config._cset :repository, deploy["repository"]
233
- config._cset :application, deploy["application"]
232
+ config.set :repository, deploy["repository"]
233
+ config.set :application, deploy["application"]
234
234
 
235
- config._cset :user, deploy["user"]
236
- config._cset :group, deploy["group"]
235
+ config.set :user, deploy["user"]
236
+ config.set :group, deploy["group"]
237
237
 
238
- config._cset :ruby_loader, "#{deploy["ruby_loader"]} #{deploy["app_ruby"]}"
238
+ config.set :ruby_loader, "#{deploy["ruby_loader"]} #{deploy["app_ruby"]}"
239
239
 
240
240
  # branches
241
- config._cset :branch, self.what_branch(deploy["branches"] + [%r(#{deploy["branch_regex"]})])
241
+ config.set :branch, self.what_branch(deploy["branches"] + [%r(#{deploy["branch_regex"]})])
242
242
 
243
243
  # pods, hosts, groups
244
244
  self.setup_pods config, (ENV['CHEF_PATH'] || deploy["chef_path"]) do |admin, node|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 389
4
+ hash: 387
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 205
10
- version: 0.0.205
9
+ - 206
10
+ version: 0.0.206
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem