Merge pull request #14636 from rallytime/pylint_fix

Fix trailing whitepsace
This commit is contained in:
Nicole Thomas 2014-07-30 08:51:41 -06:00
commit 4523a0efef

View File

@ -70,7 +70,7 @@ def tar(options, tarfile, sources=None, dest=None, cwd=None, template=None):
.. code-block:: bash
salt '*' archive.tar cjvf /tmp/salt.tar.bz2 {{grains.saltpath}} template=jinja
salt '*' archive.tar cjvf /tmp/salt.tar.bz2 {{grains.saltpath}} template=jinja
To unpack a tarfile, for example: