Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Bug 935533 - Prepare infra to handle spot instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Dec 7, 2013
1 parent 3831d07 commit 25e7c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_watch_pending.py
Expand Up @@ -454,7 +454,7 @@ def aws_watch_pending(dburl, regions, secrets, builder_map, region_priorities,
parser.add_argument("-v", "--verbose", action="store_const",
dest="loglevel", const=logging.DEBUG,
default=logging.INFO)
parser.add_argument("--cached-cert-dir", required=True,
parser.add_argument("--cached-cert-dir", default="certs",
help="Directory for cached puppet certificates")
parser.add_argument("-n", "--dryrun", dest="dryrun", action="store_true",
help="don't actually do anything")
Expand Down

0 comments on commit 25e7c3e

Please sign in to comment.