Skip to content

Commit

Permalink
add to init for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Oct 3, 2019
1 parent 349871f commit bb22af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbooks/fb_init_sample/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
fb_rsync
fb_sdparm
fb_securetty
fb_ssh
fb_storage
fb_swap
fb_sysctl
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/fb_init_sample/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
include_recipe 'fb_launchd'
end
include_recipe 'fb_nsswitch'
# HERE: ssh
include_recipe 'fb_ssh'
if node.centos?
include_recipe 'fb_ldconfig'
end
Expand Down

0 comments on commit bb22af9

Please sign in to comment.