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.
- data/VERSION +1 -1
 - data/lib/alpha_omega/utils.rb +6 -6
 - metadata +3 -3
 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.0.206
         
     | 
    
        data/lib/alpha_omega/utils.rb
    CHANGED
    
    | 
         @@ -229,16 +229,16 @@ module AlphaOmega 
     | 
|
| 
       229 
229 
     | 
    
         
             
              end
         
     | 
| 
       230 
230 
     | 
    
         | 
| 
       231 
231 
     | 
    
         
             
              def self.interesting (config, deploy, node_filter)
         
     | 
| 
       232 
     | 
    
         
            -
                config. 
     | 
| 
       233 
     | 
    
         
            -
                config. 
     | 
| 
      
 232 
     | 
    
         
            +
                config.set :repository, deploy["repository"]
         
     | 
| 
      
 233 
     | 
    
         
            +
                config.set :application, deploy["application"]
         
     | 
| 
       234 
234 
     | 
    
         | 
| 
       235 
     | 
    
         
            -
                config. 
     | 
| 
       236 
     | 
    
         
            -
                config. 
     | 
| 
      
 235 
     | 
    
         
            +
                config.set :user, deploy["user"]
         
     | 
| 
      
 236 
     | 
    
         
            +
                config.set :group, deploy["group"]
         
     | 
| 
       237 
237 
     | 
    
         | 
| 
       238 
     | 
    
         
            -
                config. 
     | 
| 
      
 238 
     | 
    
         
            +
                config.set :ruby_loader, "#{deploy["ruby_loader"]} #{deploy["app_ruby"]}"
         
     | 
| 
       239 
239 
     | 
    
         | 
| 
       240 
240 
     | 
    
         
             
                # branches
         
     | 
| 
       241 
     | 
    
         
            -
                config. 
     | 
| 
      
 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:  
     | 
| 
      
 4 
     | 
    
         
            +
              hash: 387
         
     | 
| 
       5 
5 
     | 
    
         
             
              prerelease: 
         
     | 
| 
       6 
6 
     | 
    
         
             
              segments: 
         
     | 
| 
       7 
7 
     | 
    
         
             
              - 0
         
     | 
| 
       8 
8 
     | 
    
         
             
              - 0
         
     | 
| 
       9 
     | 
    
         
            -
              -  
     | 
| 
       10 
     | 
    
         
            -
              version: 0.0. 
     | 
| 
      
 9 
     | 
    
         
            +
              - 206
         
     | 
| 
      
 10 
     | 
    
         
            +
              version: 0.0.206
         
     | 
| 
       11 
11 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       12 
12 
     | 
    
         
             
            authors: 
         
     | 
| 
       13 
13 
     | 
    
         
             
            - David Nghiem
         
     |