]> git.openstreetmap.org Git - chef.git/commitdiff
remove fragments of old civicrm-staging
authorGrant Slater <github@firefishy.com>
Thu, 18 Apr 2024 03:40:41 +0000 (04:40 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 18 Apr 2024 03:40:41 +0000 (04:40 +0100)
test/data_bags/civicrm-staging/passwords.json [deleted file]
test/data_bags/civicrm-staging/wp2fa_encrypt_keys.json [deleted file]
test/integration/civicrm-staging/inspec/apache_spec.rb [deleted file]

diff --git a/test/data_bags/civicrm-staging/passwords.json b/test/data_bags/civicrm-staging/passwords.json
deleted file mode 100644 (file)
index bcd1ad4..0000000
+++ /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 (file)
index bfca5cd..0000000
+++ /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 (file)
index 8006330..0000000
+++ /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