Page MenuHomeDevCentral

software.sls
No OneTemporary

software.sls

# -------------------------------------------------------------
# Salt — Let's encrypt certificates
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-04-27
# Description: Provide a renewal service
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
letsencrypt_software:
pkg.installed:
{% if grains['os'] == 'FreeBSD' %}
- name: py27-certbot
{% else %}
- name: certbot
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 19:09 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3713966
Default Alt Text
software.sls (560 B)

Event Timeline