frontend_ipv4=`/opt/slapos/parts/sqlite3/bin/sqlite3 /opt/slapos/slapproxy.db "select address from partition_network14 where partition_reference=(select reference from partition14 where requested_by = (select reference from partition14 where partition_reference='{{ frontend_master_reference }}')) and netmask='255.255.255.255';"`
# create variables containing table names without the figures like this:
frontend_ipv4=`/opt/slapos/parts/sqlite3/bin/sqlite3 /opt/slapos/slapproxy.db "select address from $partition_network where partition_reference=(select reference from $partition where requested_by = (select reference from $partition where partition_reference='{{ frontend_master_reference }}')) and netmask='255.255.255.255';"`