+++ /dev/null
-{
- "id": "passwords",
- "database": "database-password",
- "admin": "admin-password",
- "site_key": "site_key",
- "cred_keys": "cred_keys",
- "sign_keys": "sign_keys",
- "batch": "batch"
-}
+++ /dev/null
-describe package("apache2") do
- it { should be_installed }
-end
-
-describe service("apache2") do
- it { should be_enabled }
- it { should be_running }
-end
-
-describe port(80) do
- it { should be_listening }
- its("protocols") { should cmp "tcp" }
-end
-
-describe port(443) do
- it { should be_listening }
- its("protocols") { should cmp "tcp" }
-end