Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excluding chef-client #21

Merged
Prev Previous commit
Next Next commit
Update prepare_system.rb
Rename to excluded_memory_services
  • Loading branch information
malvads authored May 7, 2024
commit 8bb941b66b06a47c8d8ed411f4eb00f6e58419e2
2 changes: 1 addition & 1 deletion resources/recipes/prepare_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
#getting total system memory less 10% reserved by system
sysmem_total = (node["memory"]["total"].to_i * 0.90).to_i
#node attributes related with memory are changed inside the function to have simplicity using recursivity
memory_services(sysmem_total, node['redborder']['excluded_memservices'])
memory_services(sysmem_total, node['redborder']['excluded_memory_services'])
Loading