Cookstyle 6.19.5 fixes

Depends-On: https://review.opendev.org/756168
Change-Id: I28467c053dec67a1a9b31d59267a61ce3b1072dc
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-05 17:32:17 -07:00
parent 91c88364b2
commit 8612724097
11 changed files with 0 additions and 11 deletions

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dashboard
# Attributes:: default

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dashboard
# Recipe:: apache2-server

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dashboard
# Recipe:: horizon

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dashboard
# Recipe:: neutron-lbaas-dashboard

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-dashboard::apache2-server' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
shared_examples 'virtualhost port configurator' do |port_attribute_name, port_attribute_value|

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-dashboard::horizon' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-dashboard::horizon' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-dashboard::neutron-lbaas-dashboard' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require_relative 'spec_helper'
describe 'openstack-dashboard::neutron-lbaas-dashboard' do

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
require 'chefspec'
require 'chefspec/berkshelf'