We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d2024 commit ec64d0cCopy full SHA for ec64d0c
cli/pcluster/cfnconfig.py
@@ -212,8 +212,8 @@ def __init__(self, args):
212
self.aws_secret_access_key=None
213
214
# Determine which cluster template will be used
215
- if __args_func == 'start':
216
- # Starting a cluster is unique in that we would want to prevent the
+ if __args_func in ['start', 'stop']:
+ # Starting and stopping a cluster is unique in that we would want to prevent the
217
# customer from inadvertently using a different template than what
218
# the cluster was created with, so we do not support the -t
219
# parameter. We always get the template to use from CloudFormation.
0 commit comments