Skip to content
Snippets Groups Projects
Commit 35c6fa21 authored by André Kerkhoff's avatar André Kerkhoff
Browse files

Make cookstyle (v6.2.9) happy

parent 6ebcbe3c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ action :create do
end
action :delete do
with_executables do |executable, basename|
with_executables do |_, basename|
file conf_file_path(basename) do
action :delete
notifies remctl_inetd_restart_action, 'service[inetd]' if remctl_use_inetd?
......
......@@ -18,5 +18,5 @@ override['remctl']['command_dirs'] = {
'/usr/sbin' => {
filter: '^user',
acl: 'krb5:admin@EXAMPLE.COM',
}
},
}
......@@ -18,7 +18,7 @@
# Because the following files are created at compile time we create
# directories ourselves which would be created by remctl::server
%w(/etc/remctl /etc/remctl/acl /etc/remctl/conf.d).each do |dir|
%w(/etc/remctl /etc/remctl/acl /etc/remctl/conf.d).each do |dir|
Dir.mkdir(dir) unless Dir.exist?(dir)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment