You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
491 B
Plaintext
26 lines
491 B
Plaintext
/tmp/bgpq3:
|
|
file.managed:
|
|
- source: salt://bgpq3-linux-amd64
|
|
- mode: 755
|
|
|
|
/tmp/bind.so:
|
|
file.managed:
|
|
- source: salt://bind.so
|
|
- mode: 755
|
|
|
|
/config/config.new:
|
|
file.managed:
|
|
- template: jinja
|
|
- source: salt://vyos.conf.j2
|
|
- require:
|
|
- file: /tmp/bgpq3
|
|
- file: /tmp/bind.so
|
|
|
|
configure:
|
|
cmd.script:
|
|
- source: salt://load-configure-compare-commit.sh
|
|
- shell: /bin/vbash
|
|
- runas: minion
|
|
- require:
|
|
- file: /config/config.new
|