From: Grant Slater Date: Sat, 29 Feb 2020 22:08:26 +0000 (+0000) Subject: hardware: Fix linting X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0b9094fa2286604273de222f201b17a925738bd3 hardware: Fix linting --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 3fdbac12f..dd2f905ca 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -205,7 +205,7 @@ tools_packages = [] status_packages = {} if node[:virtualization][:role] != "guest" || - node[:virtualization][:system] != "lxd" + node[:virtualization][:system] != "lxd" node[:kernel][:modules].each_key do |modname| case modname