0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-04-28 06:12:44 +02:00
2014-04-24 08:00:25 +02:00

11 lines
240 B
Plaintext

{% from "openssh/map.jinja" import openssh with context %}
openssh:
pkg.installed:
- name: {{ openssh.server }}
service.running:
- enable: True
- name: {{ openssh.service }}
- require:
- pkg: {{ openssh.server }}