Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jan 14, 2019
1 parent 4ff9a43 commit 6ae947d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


default['chef_software']['chef_server_api_fqdn'] = 'chef-server.example.com'
default['chef_software']['chef_automate_api_fqdn'] = 'chef-automate.example.com'
default['chef_software']['chef_supermarket_api_fqdn'] = 'chef-supermarket.example.com'
Expand Down
1 change: 0 additions & 1 deletion recipes/chef_automatev2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


chef_automatev2 'Create Automate server' do
node['chef_software']['chef_automatev2']&.each do |key, value|
send(key, value)
Expand Down
1 change: 0 additions & 1 deletion recipes/chef_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


chef_server 'chef-server' do
node['chef_software']['chef_server']&.each do |key, value|
send(key, value)
Expand Down
1 change: 0 additions & 1 deletion recipes/chef_supermarket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


chef_supermarket 'supermarket' do
node['chef_software']['chef_supermarket']&.each do |key, value|
send(key, value)
Expand Down
1 change: 0 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.


Chef::Log.warn('The chef_software::default recipe includes no resources and should not be included directly on nodes')

0 comments on commit 6ae947d

Please sign in to comment.