Skip to content

Commit

Permalink
Merge pull request chef#342 from chef/revert-337-jdm/fips-flag
Browse files Browse the repository at this point in the history
Revert "Add fips flag to boostrap"
  • Loading branch information
mwrock committed Jan 27, 2016
2 parents 4cd1453 + 1db5cfc commit 751fd04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions lib/chef/knife/bootstrap_windows_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,6 @@ def self.included(includer)
:description => "Comma separated list of tags to apply to the node",
:proc => lambda { |o| o.split(/[\s,]+/) },
:default => []

option :fips,
:long => "--fips",
:description => "Set openssl to run in fips mode",
:boolean => true
end
end

Expand Down
4 changes: 0 additions & 4 deletions lib/chef/knife/core/windows_bootstrap_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ def config_content
client_rb << %Q{trusted_certs_dir "c:/chef/trusted_certs"\n}
end

if @config[:fips]
client_rb << %Q{fips true\n}
end

escape_and_echo(client_rb)
end

Expand Down

0 comments on commit 751fd04

Please sign in to comment.