Skip to content

Commit

Permalink
resolve cookstyle warning: Chef/CommentFormat
Browse files Browse the repository at this point in the history
"Properly format header comments." OK.

Signed-off-by: Robb Kidd <[email protected]>
  • Loading branch information
robbkidd committed Aug 20, 2019
1 parent ba30765 commit 680d115
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 29 deletions.
2 changes: 0 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/.rubocop.yml

This file was deleted.

6 changes: 3 additions & 3 deletions omnibus/cookbooks/omnibus-supermarket/recipes/app.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: app
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -72,7 +72,7 @@
user node['supermarket']['user']
end

# Cookbook data is uploaded to /opt/supermarket/embedded/service/supermarket/public/system
# tar files for cookbooks are uploaded to /opt/supermarket/embedded/service/supermarket/public/system
directory node['supermarket']['data_directory'] do
owner node['supermarket']['user']
group node['supermarket']['group']
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/config.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: config
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: omnibus-supermarket
# Cookbook:: omnibus-supermarket
# Recipe:: cookbook_test
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/database.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: database
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: default
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: log_management
#
# Copyright 2015 Chef Software, Inc.
# Copyright:: 2015 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/nginx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: nginx
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/postgresql.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: postgresql
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/rails.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: rails
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/redis.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: redis
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/show_config.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: show_config
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/sidekiq.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: sidekiq
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions omnibus/cookbooks/omnibus-supermarket/recipes/ssl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Cookbook Name:: supermarket
# Cookbook:: supermarket
# Recipe:: ssl
#
# Copyright 2014 Chef Software, Inc.
# Copyright:: 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 680d115

Please sign in to comment.