-
- Downloads
Merge branch 'cpcp' into 'master'
First pass at CPCP changes This adds the foodcritc rules and some rubocop rules to help standardize building this cookbook. These are only suggestions, and you are more then welcome to edit how you think you should. This is only the start of the changes that'll be made for CPCP, but it is at least a good start. Signed-off-by:JJ Asghar <jj@chef.io> See merge request !31
No related branches found
No related tags found
Showing
- Berksfile 1 addition, 1 deletionBerksfile
- Gemfile 6 additions, 1 deletionGemfile
- Vagrantfile 9 additions, 9 deletionsVagrantfile
- attributes/default.rb 12 additions, 12 deletionsattributes/default.rb
- libraries/omnibus-gitlab.rb 2 additions, 2 deletionslibraries/omnibus-gitlab.rb
- metadata.rb 2 additions, 0 deletionsmetadata.rb
- recipes/backup_cron_job.rb 1 addition, 3 deletionsrecipes/backup_cron_job.rb
- recipes/default.rb 16 additions, 16 deletionsrecipes/default.rb
- recipes/ssh_host_keys.rb 4 additions, 4 deletionsrecipes/ssh_host_keys.rb
source 'https://rubygems.org' | ||
gem 'berkshelf' | ||
gem 'chef' | ||
gem 'chefspec' | ||
gem 'foodcritic' | ||
gem 'rubocop' | ||
gem 'test-kitchen' | ||
gem 'cookstyle' | ||
# Uncomment these lines if you want to live on the Edge: | ||
# | ||
Loading
| Loading
| @@ -13,4 +19,3 @@ gem 'berkshelf' |
# gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf" | ||
# gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus" | ||
# end | ||
Please register or sign in to comment