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.

install_spec.rb 194B

12345678910
  1. # frozen_string_literal: true
  2. control 'diaspora' do
  3. impact 0.5
  4. title 'should be installed'
  5. describe directory('/srv/diaspora/.git') do
  6. it { should be_owned_by 'diaspora' }
  7. end
  8. end