change tests and hiera fixtures to allow tests to pass with the changes to the config path
This commit is contained in:
@@ -11,8 +11,8 @@ describe 'bind' do
|
||||
})
|
||||
}
|
||||
|
||||
it { should contain_file('_CONFDIR_/named.conf').that_requires('Package[bind]') }
|
||||
it { should contain_file('_CONFDIR_/named.conf').that_notifies('Service[bind]') }
|
||||
it { should contain_file('_NAMEDCONF_').that_requires('Package[bind]') }
|
||||
it { should contain_file('_NAMEDCONF_').that_notifies('Service[bind]') }
|
||||
|
||||
it {
|
||||
should contain_service('bind').with({
|
||||
|
||||
Vendored
+1
@@ -1,2 +1,3 @@
|
||||
---
|
||||
bind::confdir: '_CONFDIR_'
|
||||
bind::namedconf: '_NAMEDCONF_'
|
||||
|
||||
Reference in New Issue
Block a user