change tests and hiera fixtures to allow tests to pass with the changes to the config path

This commit is contained in:
Trevor Smith 2015-03-19 12:14:28 -04:00
parent e27e9a9e85
commit 7a6250d00a
2 changed files with 3 additions and 2 deletions

View File

@ -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({

View File

@ -1,2 +1,3 @@
---
bind::confdir: '_CONFDIR_'
bind::namedconf: '_NAMEDCONF_'