Skip to content

Commit

Permalink
release-upgrades should be cookbook_file not file
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Dec 17, 2024
1 parent 937eb37 commit 19faebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/boxcutter_site_settings/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
action :run
end

file '/etc/update-manager/release-upgrades' do
cookbook_file '/etc/update-manager/release-upgrades' do
owner node.root_user
group node.root_group
mode '0644'
Expand Down

0 comments on commit 19faebe

Please sign in to comment.