Skip to content

Instantly share code, notes, and snippets.

@mizzy
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save mizzy/9523232 to your computer and use it in GitHub Desktop.

Select an option

Save mizzy/9523232 to your computer and use it in GitHub Desktop.
describe package('apache2') do
it { should be_installed }
end
describe file('/etc/apache2/apache2.conf') do
it { should be_sourced_from 'apache2.conf' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment