diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-28 21:56:05 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-28 21:56:05 +0100 |
commit | 9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5 (patch) | |
tree | 6fe7914b793a782079738a936bac595a08902b44 /out/phase-3/machine | |
parent | b8af5cdf274a60f364d34192d4f483f4f4800282 (diff) | |
download | rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.gz rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.bz2 rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.tar.xz rules-sandbox-9851dffc8d915ff01117a5ed8070e5b2a1ef2bb5.zip |
Better structure.
Splitting machines and terraform machines, ditto with dns.
Diffstat (limited to 'out/phase-3/machine')
-rw-r--r-- | out/phase-3/machine/acme-1.yaml | 3 | ||||
-rw-r--r-- | out/phase-3/machine/acme-2.yaml | 3 | ||||
-rw-r--r-- | out/phase-3/machine/acme-3.yaml | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/out/phase-3/machine/acme-1.yaml b/out/phase-3/machine/acme-1.yaml deleted file mode 100644 index 9e4356e..0000000 --- a/out/phase-3/machine/acme-1.yaml +++ /dev/null @@ -1,3 +0,0 @@ -key: acme-1 -name: acme-1 -type: machine diff --git a/out/phase-3/machine/acme-2.yaml b/out/phase-3/machine/acme-2.yaml deleted file mode 100644 index 24655d8..0000000 --- a/out/phase-3/machine/acme-2.yaml +++ /dev/null @@ -1,3 +0,0 @@ -key: acme-2 -name: acme-2 -type: machine diff --git a/out/phase-3/machine/acme-3.yaml b/out/phase-3/machine/acme-3.yaml deleted file mode 100644 index d7d75ff..0000000 --- a/out/phase-3/machine/acme-3.yaml +++ /dev/null @@ -1,3 +0,0 @@ -key: acme-3 -name: acme-3 -type: machine |