0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2025-07-21 15:44:32 +02:00
2019-10-14 02:13:14 +02:00

8 lines
130 B
Ruby

control 'Rsync package' do
title 'should be installed'
describe package('rsync') do
it { should be_installed }
end
end