Skip to content

Commit

Permalink
Make lintastic
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jun 15, 2024
1 parent 898333d commit 1ad919e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions cookbooks/boxcutter_users/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@
node.default['fb_ssh']['enable_central_authorized_keys'] = true
# node.default['fb_ssh']['enable_central_authorized_principals'] = true

node.default['fb_ssh']['authorized_keys']['taylor']['mahowald'] = 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBZjVID1mAqZyhD3p0VbJtidKAxMHUwLmEMaCAJX0UN mahowald'
node.default['fb_ssh']['authorized_keys']['sheila']['sheila'] = 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINy9cJcJl8oN6bRtcBc4RZq8f/T6P1AFR3YS1YRYi5YY sheila'
node.default['fb_ssh']['authorized_keys']['taylor']['mahowald'] =
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBZjVID1mAqZyhD3p0VbJtidKAxMHUwLmEMaCAJX0UN mahowald'
node.default['fb_ssh']['authorized_keys']['sheila']['sheila'] =
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINy9cJcJl8oN6bRtcBc4RZq8f/T6P1AFR3YS1YRYi5YY sheila'
1 change: 0 additions & 1 deletion cookbooks/fb_ssh/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
license 'Apache-2.0'
description 'Configures ssh and sshd including keys and principals'
source_url 'https://github.com/facebook/chef-cookbooks/'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
# never EVER change this number, ever.
version '0.1.0'
supports 'centos'
Expand Down

0 comments on commit 1ad919e

Please sign in to comment.