]> git.openstreetmap.org Git - chef.git/commitdiff
hardware: Fix linting
authorGrant Slater <git@firefishy.com>
Sat, 29 Feb 2020 22:08:26 +0000 (22:08 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 29 Feb 2020 22:08:26 +0000 (22:08 +0000)
cookbooks/hardware/recipes/default.rb

index 3fdbac12fd6e840c436ed760ab78896fa0e96aa7..dd2f905cad56cf879962ef1e84055ad2a22ba0ae 100644 (file)
@@ -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