pkgbuild.built: make template engine optional

This commit is contained in:
Erik Johnson 2015-10-29 16:34:10 -06:00
parent 7ead823731
commit 6d32497848

View file

@ -56,8 +56,8 @@ def built(
dest_dir,
spec,
sources,
template,
tgt,
template=None,
deps=None,
env=None,
results=None,
@ -82,12 +82,16 @@ def built(
sources
The list of package sources
template
Set to run the spec file through a templating engine
tgt
The target platform to run the build on
template
Run the spec file through a templating engine
.. versionchanged:: 2015.8.2
This argument is now optional, allowing for no templating engine to
be used if none is desired.
deps
Packages required to ensure that the named package is built
can be hosted on either the salt master server or on an HTTP