forked from ungleich-public/cdist
begin to implement -C --cache-dir
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
b80b548f14
commit
83c981f477
2 changed files with 8 additions and 2 deletions
|
|
@ -60,6 +60,8 @@ def commandline():
|
|||
parser['configinstall'].add_argument('-c', '--conf-dir',
|
||||
help='Add configuration directory (can be repeated, last one wins)',
|
||||
action='append')
|
||||
parser['configinstall'].add_argument('-C', '--cache-dir',
|
||||
help='Directory to save cache in (usually derived from target host name)')
|
||||
parser['configinstall'].add_argument('-i', '--initial-manifest',
|
||||
help='Path to a cdist manifest or \'-\' to read from stdin.',
|
||||
dest='manifest', required=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue