mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pkgbuild.built: make template engine optional
This commit is contained in:
parent
7ead823731
commit
6d32497848
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue