Skip to content

Instantly share code, notes, and snippets.

@rterbush
Last active August 29, 2015 14:25
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 rterbush/9541a1e6d5fdcafa90f0 to your computer and use it in GitHub Desktop.
Save rterbush/9541a1e6d5fdcafa90f0 to your computer and use it in GitHub Desktop.
s3 ext_pillar
[ERROR ] Failed to load ext_pillar s3: ext_pillar() takes at least 4 arguments (3 given)
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/salt/pillar/__init__.py", line 627, in ext_pillar
key)
File "/usr/local/lib/python2.6/site-packages/salt/pillar/__init__.py", line 597, in _external_pillar_data
val)
TypeError: ext_pillar() takes at least 4 arguments (3 given)
[DEBUG ] Could not LazyLoad multiple_env.ext_pillar
[CRITICAL] Specified ext_pillar interface multiple_env is unavailable
[DEBUG ] Could not LazyLoad bucket.ext_pillar
[CRITICAL] Specified ext_pillar interface bucket is unavailable
[DEBUG ] Could not LazyLoad verify_ssl.ext_pillar
[CRITICAL] Specified ext_pillar interface verify_ssl is unavailable
[DEBUG ] Could not LazyLoad environment.ext_pillar
[CRITICAL] Specified ext_pillar interface environment is unavailable
[DEBUG ] Could not LazyLoad prefix.ext_pillar
[CRITICAL] Specified ext_pillar interface prefix is unavailable
[DEBUG ] Could not LazyLoad key.ext_pillar
[CRITICAL] Specified ext_pillar interface key is unavailable
@rterbush
Copy link
Author

ext_pillar:
  - s3:
    bucket: bucket-name
    keyid: None
    key: None
    multiple_env: False
    verify_ssl: True
    environment: ssh
    prefix: ssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment