Skip to content

Commit

Permalink
removed the puts added to debug
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Feb 19, 2024
1 parent 9ea3eed commit d120925
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions omnibus/config/software/powershell-scripts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@
block "Install windows powershell scripts" do
# Copy the chef gem's distro stuff over
chef_gem_path = File.expand_path("../..", shellout!("#{install_dir}/embedded/bin/gem which chef").stdout.chomp)
puts "chef_gem_path is ------#{chef_gem_path}"

require "erb"
template_file = File.join("#{chef_gem_path}", "distro", "templates", "powershell", "chef", "chef.psm1.erb")
puts "template_file is ------#{template_file}"
puts "------directory entries------"
Dir.entries(".")
psm1_path = File.join("#{chef_gem_path}", "distro", "powershell", "chef")
create_directory(psm1_path)
chef_module_dir = "#{install_dir}/modules/chef"
Expand Down

0 comments on commit d120925

Please sign in to comment.