Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Add fips_enabled? part
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Adler <radler@chef.io>
  • Loading branch information
rmoshier committed Dec 23, 2016
1 parent cabce71 commit d8c8d94
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions omnibus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ end

# TODO remove this when we update Chef to use the new api exposed in 3.5.1
gem "rspec-core", "= 3.4.4"
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
gem "rb-readline"
22 changes: 22 additions & 0 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ GEM
faraday (~> 0.9)
httpclient (~> 2.7)
ridley (>= 4.5, < 6.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
buff-config (2.0.0)
buff-extensions (~> 2.0)
varia_model (~> 0.6)
Expand All @@ -68,6 +70,7 @@ GEM
buff-shell_out (1.1.0)
buff-ruby_engine (~> 1.0)
builder (3.2.2)
byebug (9.0.5)
celluloid (0.16.0)
timers (~> 4.0.0)
celluloid-io (0.16.2)
Expand All @@ -80,6 +83,8 @@ GEM
mixlib-shellout (~> 2.0)
chef-sugar (3.4.0)
cleanroom (1.0.0)
coderay (1.1.1)
debug_inspector (0.0.2)
erubis (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -110,6 +115,7 @@ GEM
logging (2.1.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.8.2)
minitar (0.5.4)
mixlib-archive (0.2.0)
mixlib-log
Expand Down Expand Up @@ -160,7 +166,18 @@ GEM
zhexdump (>= 0.0.2)
plist (3.2.0)
progressbar (1.8.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (2.0.4)
rb-readline (0.5.3)
retryable (2.0.4)
ridley (5.1.0)
addressable
Expand Down Expand Up @@ -191,6 +208,7 @@ GEM
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
semverse (2.0.0)
slop (3.6.0)
solve (3.1.0)
molinillo (>= 0.5)
semverse (>= 1.1, < 3.0)
Expand Down Expand Up @@ -241,6 +259,10 @@ DEPENDENCIES
omnibus!
omnibus-software!
pedump
pry
pry-byebug
pry-stack_explorer
rb-readline
rspec-core (= 3.4.4)
test-kitchen
winrm-elevated
Expand Down
3 changes: 3 additions & 0 deletions omnibus/config/software/chef-dk-complete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
dependency "shebang-cleanup"
dependency "version-manifest"
dependency "openssl-customization"
require 'pry'; binding.pry

dependency "stunnel" if project.fips_enabled?

0 comments on commit d8c8d94

Please sign in to comment.