mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2025-07-21 15:44:32 +02:00
8 lines
130 B
Ruby
8 lines
130 B
Ruby
control 'Rsync package' do
|
|
title 'should be installed'
|
|
|
|
describe package('rsync') do
|
|
it { should be_installed }
|
|
end
|
|
end
|