df9a63ea98
All references to Gentoo, SUSE, Debian stretch and Centos-7 are removed. Conditional tasks, ternary operators and variables are simplified where possible OS specific variables files are generalised where possible Change-Id: I79f68c467d48b9b50143fd3a11e176f91804e805
8 lines
236 B
Django/Jinja
8 lines
236 B
Django/Jinja
#!/usr/bin/env bash
|
|
if [ "{{ item.interface }}" == "{{ lxc_net_bridge }}" ];then
|
|
if [ "{{ lxc_net_nat }}" == "True" ];then
|
|
/usr/local/bin/lxc-system-manage dnsmasq-stop
|
|
/usr/local/bin/lxc-system-manage iptables-remove
|
|
fi
|
|
fi
|