From 86127240974041b456086b5fff6f8f525c9cf555 Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Mon, 5 Oct 2020 17:32:17 -0700 Subject: [PATCH] Cookstyle 6.19.5 fixes Depends-On: https://review.opendev.org/756168 Change-Id: I28467c053dec67a1a9b31d59267a61ce3b1072dc Signed-off-by: Lance Albertson --- attributes/default.rb | 1 - recipes/apache2-server.rb | 1 - recipes/horizon.rb | 1 - recipes/neutron-lbaas-dashboard.rb | 1 - spec/apache2-server-redhat_spec.rb | 1 - spec/apache2-server_spec.rb | 1 - spec/horizon-redhat_spec.rb | 1 - spec/horizon_spec.rb | 1 - spec/neutron-lbaas-dashboard-redhat_spec.rb | 1 - spec/neutron-lbaas-dashboard_spec.rb | 1 - spec/spec_helper.rb | 1 - 11 files changed, 11 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 36afe7f..b1ac72a 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-dashboard # Attributes:: default diff --git a/recipes/apache2-server.rb b/recipes/apache2-server.rb index 4fdb64f..39e39eb 100644 --- a/recipes/apache2-server.rb +++ b/recipes/apache2-server.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-dashboard # Recipe:: apache2-server diff --git a/recipes/horizon.rb b/recipes/horizon.rb index e2a39f9..bbe75cd 100644 --- a/recipes/horizon.rb +++ b/recipes/horizon.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-dashboard # Recipe:: horizon diff --git a/recipes/neutron-lbaas-dashboard.rb b/recipes/neutron-lbaas-dashboard.rb index 9db7ed7..462747f 100644 --- a/recipes/neutron-lbaas-dashboard.rb +++ b/recipes/neutron-lbaas-dashboard.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # # Cookbook:: openstack-dashboard # Recipe:: neutron-lbaas-dashboard diff --git a/spec/apache2-server-redhat_spec.rb b/spec/apache2-server-redhat_spec.rb index fb434a5..15bf269 100644 --- a/spec/apache2-server-redhat_spec.rb +++ b/spec/apache2-server-redhat_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-dashboard::apache2-server' do diff --git a/spec/apache2-server_spec.rb b/spec/apache2-server_spec.rb index 6898203..69df2b3 100644 --- a/spec/apache2-server_spec.rb +++ b/spec/apache2-server_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' shared_examples 'virtualhost port configurator' do |port_attribute_name, port_attribute_value| diff --git a/spec/horizon-redhat_spec.rb b/spec/horizon-redhat_spec.rb index c660c62..278dc55 100644 --- a/spec/horizon-redhat_spec.rb +++ b/spec/horizon-redhat_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-dashboard::horizon' do diff --git a/spec/horizon_spec.rb b/spec/horizon_spec.rb index 342e996..ec403b7 100644 --- a/spec/horizon_spec.rb +++ b/spec/horizon_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-dashboard::horizon' do diff --git a/spec/neutron-lbaas-dashboard-redhat_spec.rb b/spec/neutron-lbaas-dashboard-redhat_spec.rb index 8cce38e..1638c77 100644 --- a/spec/neutron-lbaas-dashboard-redhat_spec.rb +++ b/spec/neutron-lbaas-dashboard-redhat_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-dashboard::neutron-lbaas-dashboard' do diff --git a/spec/neutron-lbaas-dashboard_spec.rb b/spec/neutron-lbaas-dashboard_spec.rb index 68e1e35..d0ad174 100644 --- a/spec/neutron-lbaas-dashboard_spec.rb +++ b/spec/neutron-lbaas-dashboard_spec.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require_relative 'spec_helper' describe 'openstack-dashboard::neutron-lbaas-dashboard' do diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 533a818..256b8d3 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 require 'chefspec' require 'chefspec/berkshelf'