SuperTux88's Diaspora Saltstack Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678910 |
- # frozen_string_literal: true
-
- control 'diaspora' do
- impact 0.5
- title 'should be installed'
-
- describe directory('/srv/diaspora/.git') do
- it { should be_owned_by 'diaspora' }
- end
- end
|