diff --git a/recipes/swap.rb b/recipes/swap.rb index 4e2299c..44e44f0 100644 --- a/recipes/swap.rb +++ b/recipes/swap.rb @@ -42,7 +42,6 @@ end swap_file node['rs-base']['swap']['file'] do - # The swap cookbook expects the size to be in MB. So convert the size in GB to MB. size size_mb action :create end