We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3d369 commit 05f1a57Copy full SHA for 05f1a57
salt/base/salt.sls
@@ -68,6 +68,10 @@ salt-repo:
68
{% if salt["match.compound"](pillar["roles"]["salt-master"]["pattern"]) %}
69
include:
70
- tls.lego
71
+ - tls.pebble
72
+
73
+certbot:
74
+ pkg.installed
75
76
salt-master-pkg:
77
pkg.latest:
salt/tls/init.sls
@@ -1,13 +1,6 @@
1
-include:
2
- - .pebble
3
- - .lego
4
-
5
ssl-cert:
6
pkg.installed
7
8
-certbot:
9
- pkg.installed
10
11
{% for name in salt["pillar.get"]("tls:ca", {}) %} # " Syntax Hack
12
/etc/ssl/certs/{{ name }}.pem:
13
file.managed:
0 commit comments