separate engine from template

This commit is contained in:
2021-02-20 10:41:53 +01:00
parent 99d9fb7e70
commit ba41b27dbf
125 changed files with 793 additions and 472 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<rougail version="0.9">
<variables>
<variable name="nut_monitor_host" type="ip" mandatory='True'>
<value>192.168.0.1</value>
<value>192.168.0.2</value>
</variable>
</variables>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->