Add conforming data to archive.gunzip

This commit is contained in:
Thomas S Hatch 2013-02-07 23:17:02 -07:00
parent fa681afe03
commit 5e24707e4e

View File

@ -67,7 +67,7 @@ def gunzip(gzipfile, template=None):
The template arg can be set to 'jinja' or another supported template The template arg can be set to 'jinja' or another supported template
engine to render the command arguments before execution. engine to render the command arguments before execution.
For example:: CLI Example::
salt '*' archive.gunzip template=jinja /tmp/{{grains.id}}.txt.gz salt '*' archive.gunzip template=jinja /tmp/{{grains.id}}.txt.gz