Skip to content

Commit

Permalink
Set mode on password file to restrict access to user only
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Dec 19, 2013
1 parent 15fb6d3 commit 17e506e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:s3_key => node[:s3fs_fuse][:s3_key],
:s3_secret => node[:s3fs_fuse][:s3_secret]
)
mode 0600
end

prereqs = case node.platform_family
Expand Down

0 comments on commit 17e506e

Please sign in to comment.