Skip to content

Commit

Permalink
Make lintastic
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jan 12, 2025
1 parent 079354c commit 36804fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cookbooks/boxcutter_acme/recipes/certbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
source 'cloudflare.ini.erb'
owner 'root'
group 'root'
mode 0400
mode '0400'
variables(
cloudflare_api_token: cloudflare_api_token,
)
Expand All @@ -75,7 +75,7 @@
source 'certbot_renew.sh.erb'
owner 'root'
group 'root'
mode 0700
mode '0700'
variables(
certbot_bin: config['certbot_bin'],
domains: Boxcutter::Acme.to_bash_array(config['domains']),
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/boxcutter_users/libraries/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Users
},
'ros' => {
'uid' => 8014,
}
},
}.freeze

GID_MAP = {
Expand Down

0 comments on commit 36804fa

Please sign in to comment.