Skip to content
Snippets Groups Projects
Commit b19c3acc authored by Tim O'Guin's avatar Tim O'Guin
Browse files

merged with upstream

parents be972d90 e8e01e34
No related branches found
No related tags found
No related merge requests found
include:
- .{{ grains['os']|lower }}
drop-saltstack-pkgrepo:
pkgrepo.absent:
- ppa: saltstack/salt
saltstack-pkgrepo:
pkgrepo.managed:
- ppa: saltstack/salt
{% from "salt/package-map.jinja" import pkgs with context %}
salt-minion:
pkg.installed:
- name: {{ pkgs['salt-minion'] }}
file.recurse:
- name: {{ pkgs.get('config-path', '/etc/salt') }}/minion.d
- template: jinja
- source: salt://salt/files/minion.d
- clean: True
- context:
standalone: True
service.dead:
- enable: False
- name: {{ pkgs.get('minion-service', 'salt-minion') }}
- require:
- pkg: salt-minion
- file: salt-minion
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment