summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/repository/client_keys_dir.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
| | | | | | | | Legally incredibly dubious, particularly since we don't follow it strictly as policy, and we have git history instead, which does it right. This is just a waste of time and a cargo cult. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
| | | | | | | This gives a speed boost since rubygems does not have to scan through every gem in the gemset in order to find the file. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* client keys need a sub dirThom May2016-04-211-2/+2
|
* Add separate file implementations for all typesThom May2016-04-211-2/+2
| | | | Update the directory classes to create files that match
* Rename and add backcompat requires for ChefFS dirstm/fs_dirs_2Thom May2016-04-141-0/+42
Policies, ACLs, and Client Keys directories are renamed to match the other directories, and backwards compatible requires are added.