Skip to content

Commit

Permalink
add missing config file for knife call
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed May 20, 2024
1 parent a652dc8 commit 1cef692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/rb_check_cgroups.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.hostname
end

def self.memory_services
`knife node show #{hostname} -l -F json | jq '.default.redborder.memory_services | keys[]'`.chomp.lines
`knife node show #{hostname} -c /root/.chef/knife.rb -l -F json | jq '.default.redborder.memory_services | keys[]'`.chomp.lines
end

def self.active_memory_services
Expand Down

0 comments on commit 1cef692

Please sign in to comment.