mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
test fixes
This commit is contained in:
parent
60880ba77e
commit
25c2d0b3e4
@ -1,8 +1,11 @@
|
||||
# -*- mode: yaml -*-
|
||||
{% import 'pkg/common' as pkg %}
|
||||
include:
|
||||
- gentoo.repos.{{ pillar.get('gentoo:portage:overlay', 'baka-bakka') }}
|
||||
- gentoo.repos.{{ pillar.get('gentoo:portage:overlay') }}
|
||||
|
||||
riak_nagios_pkg:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- net-analyzer/riak_nagios: "~>=9998-r1"
|
||||
- {{ pkg.gen_atom('net-analyzer/riak_nagios') }}
|
||||
|
||||
net-analyzer/riak_nagios:
|
||||
{{ pkg.gen_portage_config('net-analyzer/riak_nagios', watch_in={'pkg': 'riak_nagios_pkg'})|indent(8) }}
|
||||
|
Loading…
Reference in New Issue
Block a user