Convert all class usage to relative names
Change-Id: I397013bee1e7a58162c5877e83994f6108aeafce
This commit is contained in:
parent
add56d79d8
commit
3d2c99216d
@ -6,7 +6,7 @@ describe 'openstack_extras::auth_file' do
|
||||
|
||||
it 'should work with no errors' do
|
||||
pp= <<-EOS
|
||||
class { '::openstack_extras::auth_file':
|
||||
class { 'openstack_extras::auth_file':
|
||||
password => 'secret',
|
||||
}
|
||||
EOS
|
||||
|
@ -7,8 +7,8 @@ describe 'openstack_extras::repo::*' do
|
||||
release = 'mitaka'
|
||||
it 'should work with no errors' do
|
||||
pp= <<-EOS
|
||||
include ::openstack_integration
|
||||
include ::openstack_integration::repos
|
||||
include openstack_integration
|
||||
include openstack_integration::repos
|
||||
EOS
|
||||
|
||||
|
||||
|
@ -4,8 +4,8 @@ describe 'openstack_extras::pacemaker::service', :type => :define do
|
||||
shared_examples 'openstack_extras::pacemaker::service' do
|
||||
let :pre_condition do
|
||||
[
|
||||
"class { '::glance::registry::authtoken': password => 'password', }",
|
||||
"include ::glance::registry",
|
||||
"class { 'glance::registry::authtoken': password => 'password', }",
|
||||
"include glance::registry",
|
||||
]
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user