From a652dc8bb44be84cc51b1ac4b921bdaefbc40766 Mon Sep 17 00:00:00 2001 From: Miguel Negron Date: Mon, 20 May 2024 16:35:21 +0100 Subject: [PATCH 1/3] Add .DS_Store to gitignore --- .gitignore | 3 +++ resources/.DS_Store | Bin 6148 -> 0 bytes 2 files changed, 3 insertions(+) delete mode 100644 resources/.DS_Store diff --git a/.gitignore b/.gitignore index 9cafcf7..7246cb9 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ build-iPhoneSimulator/ # Used by RuboCop. Remote config files pulled in from inherit_from directive. # .rubocop-https?--* Gemfile.lock + +#DS_Store +.DS_Store diff --git a/resources/.DS_Store b/resources/.DS_Store deleted file mode 100644 index 6873f80e954405c406ad3a3829e82d36d0bce984..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKu};G<5IrZAS_DHEBu4WI{ew`2FX#`TGzgFy645fSMdC|f;{(`O85!947zW|i$$~Yf-l6(S>FrSBEluzWf z$*12d&d2e?IjJZE%78NPlMJ9{vy6DhRZ#|%0c9X$fcFOrWy}Oyk8bNg-=3*140(JZh^9 zC<8GAsec@E{Xg!%|Hnc4qzotn|B3-K$Y=Q!uOzj#^Kx8kE%XG+!hWsC&k%H6DTXhX c;sdA?*e!Q}nPBS?7Kk1M91Yqi1Ha0^2gSZ@G5`Po From 1cef6927b644845fbf82073d80648f82b1da71b2 Mon Sep 17 00:00:00 2001 From: Miguel Negron Date: Mon, 20 May 2024 16:37:53 +0100 Subject: [PATCH 2/3] add missing config file for knife call --- resources/scripts/rb_check_cgroups.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/rb_check_cgroups.rb b/resources/scripts/rb_check_cgroups.rb index 9ffe947..75f860e 100644 --- a/resources/scripts/rb_check_cgroups.rb +++ b/resources/scripts/rb_check_cgroups.rb @@ -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 From 7612fac9c5717dae951587f89ef5699512deb03c Mon Sep 17 00:00:00 2001 From: JPeraltaNic Date: Wed, 29 May 2024 10:30:10 +0100 Subject: [PATCH 3/3] Release 0.1.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b1e80bb..845639e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4