summaryrefslogtreecommitdiff
path: root/chef-config/Gemfile
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-04-25 13:14:41 -0700
committerMatt Wrock <matt@mattwrock.com>2016-04-25 13:14:41 -0700
commitde243172e1b47afbc0873769d637caf7d4199114 (patch)
tree6a16704d430e6ed4c4746a1336346714dd6630cf /chef-config/Gemfile
parent32fbc8908cc41c218951d5e2c9413e7efc6df5f1 (diff)
downloadchef-de243172e1b47afbc0873769d637caf7d4199114.tar.gz
run in fips mode if node is fips enabled
Diffstat (limited to 'chef-config/Gemfile')
-rw-r--r--chef-config/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/chef-config/Gemfile b/chef-config/Gemfile
index 96ab544690..8f10ee91e6 100644
--- a/chef-config/Gemfile
+++ b/chef-config/Gemfile
@@ -2,3 +2,5 @@ source "https://rubygems.org"
# Specify your gem's dependencies in chef-config.gemspec
gemspec
+
+gem "ohai", "~> 8.15"