shiplane_bootstrappers_chef 0.2.3 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 408457ed820a25b86fa9bbdaf43d02aa8995280f3b4cc5191d755726260f698a
4
- data.tar.gz: 4a95a658ba3fd90a01a7782f27fcce908d86cf6ee630e4f6089ed3890bb4a3b4
3
+ metadata.gz: c38ecfec8ef15b16e5610302a23bbf22d358118aa0106a5bc25b55d18daa679c
4
+ data.tar.gz: bd3e3506e64e3fe7ba3e9e0fa90e3fbe82317a6f1341aba20c1779f07ae0a3ab
5
5
  SHA512:
6
- metadata.gz: 7abb9ba612dd9d933676eca88daeb06145151c59e8a97108fc3bbc89dc02859a9ea7907321195a21a675461a1680e7a478222bc809d40d344b1bf51b4170dec5
7
- data.tar.gz: 868ed925c554f1b40554132e8bc1bdda19f512f412c40ade73d4cf11a4c6d892a2295859979d5730519a37556dfb400168452f2d63b1bb3f69723076f02622a2
6
+ metadata.gz: c0b89898f53900760373c7309ab024159cd5f03ad094a971ad7ccc81a0817ab2f0e60f14be014c9d5d48512b270e94b037751096d91ba6c04ccf15772b084965
7
+ data.tar.gz: d9182ca1def9660381a4d27b695886a751ed2ae309eaebb2c37765da530fca1532ff38e4a8039c6082ad5a5376f3ccf1c3bdffab55a5761fb4c63d6d9d43e2db
@@ -60,11 +60,12 @@ module Shiplane
60
60
  def configure
61
61
  with_context do
62
62
  errors = {}
63
+ SSHKit.config.default_env["CHEF_LICENSE"] = "accept"
63
64
  SSHKit::Coordinator.new(host).each in: :parallel do |h|
64
65
  context_variables = fetch(:shiplane_sshkit_values)
65
66
 
66
67
  begin
67
- execute :sudo, 'chef-solo', '-c', "#{Shiplane::ChefHost::REMOTE_CHEF_FOLDER_PATH}/solo.rb", "--chef-license", "accept", interaction_handler: context_variables[:interaction_handler]
68
+ execute :sudo, 'chef-solo', '-c', "#{Shiplane::ChefHost::REMOTE_CHEF_FOLDER_PATH}/solo.rb", interaction_handler: context_variables[:interaction_handler]
68
69
  rescue => e
69
70
  errors["#{h}"] = Shiplane::ChefErrorParser.parse(e)
70
71
  end
@@ -22,7 +22,11 @@ namespace :shiplane do
22
22
  # end
23
23
 
24
24
  task :evaluate_erb_files, :username, :keypath do |task, args|
25
- Dotenv.load Shiplane::ChefHost.env_file
25
+ dotenv_filename = Shiplane::ChefHost.env_file
26
+ dotenv_filename = "#{dotenv_filename}.#{fetch(:stage)}" if File.exist?("#{dotenv_filename}.#{fetch(:stage)}")
27
+
28
+ Dotenv.load dotenv_filename
29
+
26
30
  on fetch(:shiplane_hosts).map(&:capistrano_role) do |host|
27
31
  @shiplane_users = [
28
32
  "docker",
@@ -3,7 +3,7 @@
3
3
  module Shiplane
4
4
  module Bootstrappers
5
5
  module Chef
6
- VERSION = "0.2.3"
6
+ VERSION = "0.2.7"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shiplane_bootstrappers_chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Epperson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-02 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano