Page MenuHomeDevCentral

acmesh.sls
No OneTemporary

acmesh.sls

# -------------------------------------------------------------
# Salt - Deploy acme.sh
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs with context %}
acme.sh:
pkg.installed
/var/certificates/general:
file.directory:
- user: acme
- mode: 700
- makedirs: True
/usr/local/etc/newsyslog.conf.d/acme.sh.conf:
file.managed:
- source: salt://roles/core/certificates/files/syslog/acme.sh.conf
acmesh_newsyslog_run:
cmd.run:
- name: newsyslog -NC
- creates: /var/log/acme.sh.log
/usr/local/etc/cron.d/acmesh:
file.managed:
- source: salt://roles/core/certificates/files/acmesh/acme.sh.cron
- makedirs: True
{{ dirs.bin }}/acmesh-nginxCheck:
file.managed:
- source: salt://roles/core/certificates/files/acmesh-nginxCheck.sh
- mode: 755

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 18, 17:19 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3158415
Default Alt Text
acmesh.sls (997 B)

Event Timeline