Merge pull request #28426 from terminalmage/pkgbuild-template

pkgbuild.built: make template engine optional
This commit is contained in:
Mike Place 2015-10-30 11:13:36 -06:00
commit 9b44b5e347

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