Skip to content

Commit

Permalink
test(pillar): add test pillar
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 2, 2019
1 parent d670ff7 commit 0efbe3a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions test/salt/pillar/default.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
epel:
lookup:
# Disable repo so requires the --enablerepo flag to use
disabled: false

# Disable (default)/enable EPEL testing
testing: false

# Alternative, more detailed per-repo configuration
repos:
epel:
enabled: true
exclude:
- pkg1
- pkg2
epel-debuginfo:
enabled: true
epel-source:
enabled: true
epel-testing:
enabled: true
epel-testing-debuginfo:
enabled: true
epel-testing-source:
enabled: true

0 comments on commit 0efbe3a

Please sign in to comment.