907f9a6276
BREAKING CHANGE: the variable 'pkg' was renamed 'pkg.name', update your pillars
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{#- Get the `tplroot` from `tpldir` #}
|
|
{%- set tplroot = tpldir.split('/')[0] %}
|
|
{%- from tplroot ~ "/map.jinja" import prometheus with context %}
|
|
|
|
prometheus-package-repo-clean-pkgrepo-absent:
|
|
pkgrepo.absent:
|
|
- name: {{ prometheus.pkg.repo.name }}
|