Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/core/certificates/init.sls b/roles/core/certificates/init.sls
index 400a52f..9642fae 100644
--- a/roles/core/certificates/init.sls
+++ b/roles/core/certificates/init.sls
@@ -1,45 +1,9 @@
# -------------------------------------------------------------
# Salt - Deploy certificates
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
-{% from "roles/core/certificates/map.jinja" import certificates with context %}
-
-# -------------------------------------------------------------
-# Certificates provided by trusted sources
-# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-{% if "packages" in certificates %}
-
-certificates_packages:
- pkg.installed:
- - pkgs: {{ certificates.packages }}
-
-{% endif %}
-
-# -------------------------------------------------------------
-# Deploy Nasqueron certificates
-# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-{{ certificates.dir }}:
- file.directory:
- - makedirs: True
-
-# Vault PKI Root CA
-# Used to sign intermediate authorities for 172.27.27.* services
-{{ certificates.dir }}/nasqueron-vault-ca.crt:
- file.managed:
- - source: salt://roles/core/certificates/files/nasqueron-vault-ca.crt
- - mode: 444
-
-{% if "update-store" in certificates %}
-
-certificates_update_store:
- cmd.run:
- - name: {{ certificates["update-store"] }}
- - onchanges:
- - file: {{ certificates.dir }}/nasqueron-vault-ca.crt
-
-{% endif %}
+include:
+ - .nasqueron
diff --git a/roles/core/certificates/init.sls b/roles/core/certificates/nasqueron.sls
similarity index 100%
copy from roles/core/certificates/init.sls
copy to roles/core/certificates/nasqueron.sls

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 18, 02:07 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2984827
Default Alt Text
(1 KB)

Event Timeline