From ace533341a4509b1f690f90a69a9026372e7b873 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Thu, 19 Sep 2024 05:19:23 -0400 Subject: [PATCH] Redo spacing for /etc/gdm3/custom.conf --- cookbooks/boxcutter_nvidia/recipes/l4t.rb | 6 +++--- .../boxcutter_ubuntu_desktop/templates/custom.conf.erb | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cookbooks/boxcutter_nvidia/recipes/l4t.rb b/cookbooks/boxcutter_nvidia/recipes/l4t.rb index df02bcd..1bf68ae 100644 --- a/cookbooks/boxcutter_nvidia/recipes/l4t.rb +++ b/cookbooks/boxcutter_nvidia/recipes/l4t.rb @@ -153,7 +153,7 @@ ] # /etc/modprobe.d/fb_modprobe.conf - node.default['fb_modprobe']['extra_entries'] += [ - '', - ] + # node.default['fb_modprobe']['extra_entries'] += [ + # '', + # ] end diff --git a/cookbooks/boxcutter_ubuntu_desktop/templates/custom.conf.erb b/cookbooks/boxcutter_ubuntu_desktop/templates/custom.conf.erb index ddbbd0f..4f610a1 100644 --- a/cookbooks/boxcutter_ubuntu_desktop/templates/custom.conf.erb +++ b/cookbooks/boxcutter_ubuntu_desktop/templates/custom.conf.erb @@ -1,8 +1,8 @@ # This file is configured by Chef. Local changes will be overwritten. <% node['boxcutter_ubuntu_desktop']['gdm_custom'].each do |section, properties| %> - [<%= section %>] - <% properties.each do |key, value| %> - <%= key %>=<%= value %> - <% end %> +[<%= section %>] +<% properties.each do |key, value| %> +<%= key %>=<%= value %> +<% end %> <% end %>