# vim: set syntax=yaml ts=2 sw=2 sts=2 et :

package-name:       qubes-mgmt-salt-base-topd
saltenv:            base
version:            4.1.0
release:            1
name:               topd-formula
top_level_dir:      topd
formula-files:      topd _modules _utils
pillar-files:       pillar
formula_dir:        $(MGMT_DEFAULT_STATE_DIR)
pillar_dir:         $(MGMT_DEFAULT_PILLAR_DIR)
os:                 RedHat, Debian, Ubuntu, Suse, FreeBSD
os_family:          RedHat, Debian, Suse, FreeBSD
summary:            Salt top module plugin that allows top drop-ins
description: |
  Salt top module plugin that allows top drop-ins

state-tops:
  base:
    enable:
      - topd
  
pillar-tops:
  base:
    enable:
      - topd.config

conf:
  topd:
    topd_dir_name: _tops
    topd_base_pillar: /srv/pillar
    topd_base_state: /srv/salt
