Cookstyle 6.19.5 fixes

Depends-On: https://review.opendev.org/756168
Change-Id: I66bcef30796f66bd4a89f618e76ee0d544583c8b
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-05 17:28:01 -07:00
parent bec72e2bc2
commit 97a980eac7
31 changed files with 0 additions and 32 deletions

View File

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

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
name 'openstack-dns'
maintainer 'openstack-chef'
maintainer_email 'openstack-discuss@lists.openstack.org'

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: api

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: central

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: common

View File

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

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: identity_registration

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: mdns

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: neutron_int

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: producer

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: producer

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
#
# Cookbook:: openstack-dns
# Recipe:: worker

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::api' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::api' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::central' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::central' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::common' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::common' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::dashboard' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::identity_registration' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::mdns' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::mdns' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::neutron_int' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::producer' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::producer' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::sink' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::sink' do

View File

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

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::worker' do

View File

@ -1,4 +1,3 @@
# Encoding: utf-8
require_relative 'spec_helper'
describe 'openstack-dns::worker' do