modules/mustache/
Table of contents
Files in this directory ending in .mustache
are rendered to
$(sys.moduledir)
(typically /var/cfengine/modules
) using datastate()
from the update.cf
policy entry. Templates in sub-directories are not
considered.
For example hello.sh.mustache
will be rendered to
$(sys.moduledir)/hello.sh
and sub-dir/goodbye.sh.mustache
would not be
rendered to $(sys.moduledir)/sub-dir/goodby.sh
.
History
- Added in 3.23.0