Page MenuHomeDevCentral

D3692.diff
No OneTemporary

D3692.diff

diff --git a/roles/devserver/userland-software/dev.sls b/roles/devserver/userland-software/dev.sls
--- a/roles/devserver/userland-software/dev.sls
+++ b/roles/devserver/userland-software/dev.sls
@@ -244,6 +244,12 @@
# Nasqueron development and operations
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+devserver_software_dev_terraform:
+ pkg.installed:
+ - pkgs:
+ - opentofu
+ - terraform
+
{{ dirs.bin }}/create-vault-approle:
file.managed:
- source: salt://roles/devserver/userland-software/files/create-vault-approle.sh
diff --git a/roles/salt-primary/init.sls b/roles/salt-primary/init.sls
--- a/roles/salt-primary/init.sls
+++ b/roles/salt-primary/init.sls
@@ -15,3 +15,4 @@
- .salt-wrapper
- .api
- .reactor
+ - .opentofu
diff --git a/roles/salt-primary/init.sls b/roles/salt-primary/opentofu/init.sls
copy from roles/salt-primary/init.sls
copy to roles/salt-primary/opentofu/init.sls
--- a/roles/salt-primary/init.sls
+++ b/roles/salt-primary/opentofu/init.sls
@@ -2,16 +2,10 @@
# Salt — Provision a salt primary server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
-# Created: 2017-10-21
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
-include:
- - .software
- - .config
- - .account
- - .cloud
- - .staging
- - .salt-wrapper
- - .api
- - .reactor
+opentofu_software:
+ pkg.installed:
+ - pkgs:
+ - opentofu

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 20, 06:51 (19 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2998053
Default Alt Text
D3692.diff (1 KB)

Event Timeline