Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@arubis
Created September 22, 2015 20:29
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 arubis/16e89bb5f9f680320a87 to your computer and use it in GitHub Desktop.
Save arubis/16e89bb5f9f680320a87 to your computer and use it in GitHub Desktop.
ext_pillar:
- s3:
bucket: 'my-obfuscated-bucket'
multiple_env: False
environment: base
verify_ssl: True
[DEBUG ] LazyLoaded s3.ext_pillar
[ERROR ] Failed to load ext_pillar s3: ext_pillar() takes at least 6 arguments (6 given)
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 534, in ext_pillar
key)
File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 493, in _external_pillar_data
ext = self.ext_pillars[key](self.opts['id'], pillar, **val)
TypeError: ext_pillar() takes at least 6 arguments (6 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment