template tags where being interpreted by tpage in debian rules. I added [- -] tags to use template of templates.

[- -] tags are for debian build system
[% %] tags are for ngcpcfg config management
3.0-u-redesign
Jon Bonilla 16 years ago
parent 3ae5aa7582
commit 7876816d0f

@ -1,3 +1,4 @@
[% TAGS [- -] %]
<config debugging="0"
log4perlconf="/etc/ngcp-ossbss/logging.conf"
billing_features="[% www_admin.billing_features %]"

@ -1,3 +1,4 @@
[% TAGS [- -] %]
[% IF www_admin.apache.port != 443 %]
Listen [% www_admin.apache.port %]
[% END %]

Loading…
Cancel
Save