From: Grant Slater Date: Thu, 18 Apr 2024 03:40:41 +0000 (+0100) Subject: remove fragments of old civicrm-staging X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b2c371a1d7ff8e6a9c3ab1b372ca40a82a92b64f?hp=7a825301e7bb64bac5fdd4534c3c1dfd47c4b0d5 remove fragments of old civicrm-staging --- diff --git a/test/data_bags/civicrm-staging/passwords.json b/test/data_bags/civicrm-staging/passwords.json deleted file mode 100644 index bcd1ad409..000000000 --- a/test/data_bags/civicrm-staging/passwords.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "passwords", - "database": "database-password", - "admin": "admin-password", - "site_key": "site_key", - "cred_keys": "cred_keys", - "sign_keys": "sign_keys", - "batch": "batch" -} diff --git a/test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json b/test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json deleted file mode 100644 index bfca5cd03..000000000 --- a/test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "id": "wp2fa_encrypt_keys", - "key": "iPWRI6ZJ6Q0CuLA8+FsVQw==" -} diff --git a/test/integration/civicrm-staging/inspec/apache_spec.rb b/test/integration/civicrm-staging/inspec/apache_spec.rb deleted file mode 100644 index 8006330b4..000000000 --- a/test/integration/civicrm-staging/inspec/apache_spec.rb +++ /dev/null @@ -1,18 +0,0 @@ -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