mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
Merge branch 'develop'
This commit is contained in:
commit
c7e02c53dd
@ -28,6 +28,9 @@ describe 'rsnapshot' do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
context 'files provisioned' do
|
context 'files provisioned' do
|
||||||
|
describe file('/etc/tmpfiles.d') do
|
||||||
|
it { should be_directory }
|
||||||
|
end
|
||||||
describe file('/etc/tmpfiles.d/rsnapshot.conf') do
|
describe file('/etc/tmpfiles.d/rsnapshot.conf') do
|
||||||
it { is_expected.to exist }
|
it { is_expected.to exist }
|
||||||
its(:content) { is_expected.to match 'D /var/run/rsnapshot 0755 root root -' }
|
its(:content) { is_expected.to match 'D /var/run/rsnapshot 0755 root root -' }
|
||||||
|
Loading…
Reference in New Issue
Block a user