Skip to content

Instantly share code, notes, and snippets.

@ryan-lane
Last active August 28, 2015 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan-lane/2bc8c78d57396c76d33d to your computer and use it in GitHub Desktop.
Save ryan-lane/2bc8c78d57396c76d33d to your computer and use it in GitHub Desktop.
Comment: An exception occurred in this state: Traceback (most recent call last):
File "venv/src/salt/salt/state.py", line 1563, in call
**cdata['kwargs'])
File "mymodules/states/boto_dynamodb.py", line 371, in present
s3_base_location=config['s3_base_location'],
File "mymodules/states/boto_dynamodb.py", line 462, in _ensure_backup_datapipeline_present
return __states__['boto_datapipeline.present'](**kwargs)
File "venv/src/salt/salt/utils/lazy.py", line 87, in __getitem__
return self._dict[key]
KeyError: 'boto_datapipeline.present'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment