mirror of
https://github.com/saltstack-formulas/letsencrypt-sh-formula.git
synced 2024-11-28 01:18:02 +01:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
|
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=sls
|
||
|
|
||
|
{% from "letsencrypt-sh/map.jinja" import letsencrypt_sh with context %}
|
||
|
|
||
|
letsencrypt-sh-pkg:
|
||
|
pkg.installed:
|
||
|
- name: {{ letsencrypt_sh.pkg }}
|