mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update the module template
This commit is contained in:
parent
effc6942da
commit
9ccb9cc3a0
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
{{cookiecutter.project_name}} execution module
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
{{cookiecutter.description}}
|
||||
{{cookiecutter.project_short_description}}
|
||||
|
||||
.. versionadded:: {{cookiecutter.version}}
|
||||
|
||||
|
@ -37,7 +37,7 @@ except ImportError as ie:
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__virtualname__ = '{{cookiecutter.project_name}} '
|
||||
__virtualname__ = '{{cookiecutter.project_name}}'
|
||||
|
||||
|
||||
def __virtual__():
|
||||
|
|
Loading…
Add table
Reference in a new issue