shiplane_bootstrappers_chef 0.2.6 → 0.2.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2a82650dbc7581a8081209d2e2b4072400274b280d363f32406770ad46db82c
4
- data.tar.gz: 249cbe09451e215eba1e7a68aa79fb88813cc82330b291276eac23582043687c
3
+ metadata.gz: c38ecfec8ef15b16e5610302a23bbf22d358118aa0106a5bc25b55d18daa679c
4
+ data.tar.gz: bd3e3506e64e3fe7ba3e9e0fa90e3fbe82317a6f1341aba20c1779f07ae0a3ab
5
5
  SHA512:
6
- metadata.gz: 02646c1d22d4478848955fd5a32a1cc334c2db2fddca96b9f7b6799ac04de64d717f425e5fa2c25de384617083ab6d2e2e209817166ef4d9a8fb9a38089796db
7
- data.tar.gz: 2c410072d32b857cb7df3b64cfe73fa88bb33ac340771e54d72eda174da3df7972c851614ccf3362e417aa2f563457fa4906799c5cee7c7ce18b7c9c4b7bf199
6
+ metadata.gz: c0b89898f53900760373c7309ab024159cd5f03ad094a971ad7ccc81a0817ab2f0e60f14be014c9d5d48512b270e94b037751096d91ba6c04ccf15772b084965
7
+ data.tar.gz: d9182ca1def9660381a4d27b695886a751ed2ae309eaebb2c37765da530fca1532ff38e4a8039c6082ad5a5376f3ccf1c3bdffab55a5761fb4c63d6d9d43e2db
@@ -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.6"
6
+ VERSION = "0.2.7"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shiplane_bootstrappers_chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Epperson