Skip to content

Commit

Permalink
fix hiera.yaml location
Browse files Browse the repository at this point in the history
  • Loading branch information
maxadamo committed Jun 19, 2019
1 parent dd66950 commit 5fa56e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/hiera_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
it { is_expected.to contain_class('hiera::eyaml') }
it { is_expected.to contain_class('hiera::deep_merge') }
it 'has file mode 0640' do
is_expected.to contain_file('/etc/puppetlabs/puppet/hiera.yaml').with(
is_expected.to contain_file('/dev/null/hiera.yaml').with(
'ensure' => 'present',
'mode' => '0640'
)
Expand Down

0 comments on commit 5fa56e0

Please sign in to comment.