Skip to content

Commit

Permalink
Docs are wrong cache_dir (bool) and cache_file (str) cannot be passed…
Browse files Browse the repository at this point in the history
… on the cli (#2)
  • Loading branch information
damon-atkins authored and rallytime committed Sep 14, 2017
1 parent e700987 commit 1d6dc6f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions salt/modules/win_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,18 +913,6 @@ def install(name=None, refresh=False, pkgs=None, **kwargs):
# Version 1.2.3 will apply to packages foo and bar
salt '*' pkg.install foo,bar version=1.2.3
cache_file (str):
A single file to copy down for use with the installer. Copied to the
same location as the installer. Use this over ``cache_dir`` if there
are many files in the directory and you only need a specific file
and don't want to cache additional files that may reside in the
installer directory. Only applies to files on ``salt://``
cache_dir (bool):
True will copy the contents of the installer directory. This is
useful for installations that are not a single file. Only applies to
directories on ``salt://``
extra_install_flags (str):
Additional install flags that will be appended to the
``install_flags`` defined in the software definition file. Only
Expand Down

0 comments on commit 1d6dc6f

Please sign in to comment.