chef-flavor-flay 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chef/knife/flay_knife_helpers.rb +2 -2
- data/lib/flay/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c72d0e44295ab3589e7b7e704fe9252816c48712
|
4
|
+
data.tar.gz: 0eb2e5c9d4d70a949db79a0487ab508d6a38b5a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4206313a0332a8e67e42189e85056d651b901d73c48bc595ec2a9d2bb5426984457db45e419c3c85dd334ee1db455994d63db7cf09c5d240248aa527e315fc00
|
7
|
+
data.tar.gz: 087447bfa725cd290ca7c268777b1267462f235c6fce931df4fd8dc535e6818bff1449b102ffeb3f380d8c0e768ee59902be8f5a03d5b01120b4b33e472657b3
|
@@ -4,8 +4,8 @@ require "chef/knife"
|
|
4
4
|
module Chef::Knife::FlayKnifeHelpers
|
5
5
|
def self.included(base)
|
6
6
|
base.class_eval do
|
7
|
-
option :data_bag_path, short: "-p", long: "--path"
|
8
|
-
option :secret_file, short: "-s", long: "--secret-file"
|
7
|
+
option :data_bag_path, short: "-p", long: "--path"
|
8
|
+
option :secret_file, short: "-s", long: "--secret-file"
|
9
9
|
option :write, short: "-w", long: "--write", boolean: true, default: false
|
10
10
|
end
|
11
11
|
end
|
data/lib/flay/version.rb
CHANGED