Skip to content

Commit

Permalink
Linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsen Ilchyniak committed Jul 18, 2024
1 parent e64584a commit 98d65fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itchef/cookbooks/cpe_kernel_channel/resources/fedora.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

cookbook_file '/etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial' do
source 'centos_kernel/RPM-GPG-KEY-centosofficial'
owner 'root'
group 'root'
owner node.root_user
group node.root_group
mode '0644'
end

Expand Down

0 comments on commit 98d65fb

Please sign in to comment.