diff options
Diffstat (limited to 'out/phase-1/dba-cluster')
-rw-r--r-- | out/phase-1/dba-cluster/acme-ci.yaml (renamed from out/phase-1/dba-cluster/vimscore-ci.yaml) | 2 | ||||
-rw-r--r-- | out/phase-1/dba-cluster/acme-ops.yaml (renamed from out/phase-1/dba-cluster/vimscore-ops.yaml) | 2 | ||||
-rw-r--r-- | out/phase-1/dba-cluster/acme-production.yaml | 2 | ||||
-rw-r--r-- | out/phase-1/dba-cluster/vimscore-production.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/out/phase-1/dba-cluster/vimscore-ci.yaml b/out/phase-1/dba-cluster/acme-ci.yaml index e871ca0..fccc7ed 100644 --- a/out/phase-1/dba-cluster/vimscore-ci.yaml +++ b/out/phase-1/dba-cluster/acme-ci.yaml @@ -1,2 +1,2 @@ -key: vimscore-ci +key: acme-ci type: dba-cluster diff --git a/out/phase-1/dba-cluster/vimscore-ops.yaml b/out/phase-1/dba-cluster/acme-ops.yaml index 1aaefc9..2735ff3 100644 --- a/out/phase-1/dba-cluster/vimscore-ops.yaml +++ b/out/phase-1/dba-cluster/acme-ops.yaml @@ -1,2 +1,2 @@ -key: vimscore-ops +key: acme-ops type: dba-cluster diff --git a/out/phase-1/dba-cluster/acme-production.yaml b/out/phase-1/dba-cluster/acme-production.yaml new file mode 100644 index 0000000..3b7eb5a --- /dev/null +++ b/out/phase-1/dba-cluster/acme-production.yaml @@ -0,0 +1,2 @@ +key: acme-production +type: dba-cluster diff --git a/out/phase-1/dba-cluster/vimscore-production.yaml b/out/phase-1/dba-cluster/vimscore-production.yaml deleted file mode 100644 index 4390af6..0000000 --- a/out/phase-1/dba-cluster/vimscore-production.yaml +++ /dev/null @@ -1,2 +0,0 @@ -key: vimscore-production -type: dba-cluster |