add bind.so for LD_PRELOAD; run bgpq3 on the router again
This commit is contained in:
8
hphr.sls
8
hphr.sls
@ -1,7 +1,12 @@
|
||||
/tmp/bgpq3:
|
||||
file.managed:
|
||||
- source: salt://bgpq3-linux-amd64
|
||||
- mode: 700
|
||||
- mode: 755
|
||||
|
||||
/tmp/bind.so:
|
||||
file.managed:
|
||||
- source: salt://bind.so
|
||||
- mode: 755
|
||||
|
||||
/config/config.new:
|
||||
file.managed:
|
||||
@ -9,6 +14,7 @@
|
||||
- source: salt://vyos.conf.j2
|
||||
- require:
|
||||
- file: /tmp/bgpq3
|
||||
- file: /tmp/bind.so
|
||||
|
||||
configure:
|
||||
cmd.script:
|
||||
|
Reference in New Issue
Block a user