1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-23 03:19:29 +00:00

Merge branch 'develop'

This commit is contained in:
Norbert Varzariu
2017-04-24 20:46:46 +02:00

View File

@@ -28,6 +28,9 @@ describe 'rsnapshot' do
end
end
context 'files provisioned' do
describe file('/etc/tmpfiles.d') do
it { should be_directory }
end
describe file('/etc/tmpfiles.d/rsnapshot.conf') do
it { is_expected.to exist }
its(:content) { is_expected.to match 'D /var/run/rsnapshot 0755 root root -' }