Skip to content

Instantly share code, notes, and snippets.

@jcockhren
Created April 10, 2013 10:34
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 jcockhren/5353542 to your computer and use it in GitHub Desktop.
Save jcockhren/5353542 to your computer and use it in GitHub Desktop.
salt-cloud issue with linode
--- cloud.providers ---
lin:
apikey: somekey
password: somepass
provider: linode
--- cloud.profiles ---
ubuntu_lin:
provider: lin
image: Ubuntu 12.04 LTS
size: 1GB server
script: Ubuntu
minion:
master: salt.example.com
--- command ran ---
salt-cloud -p ubuntu_lin testme
--- error result ---
[INFO ] Loaded configuration file: /etc/salt/master
[INFO ] salt-cloud starting
[ERROR ] There was a profile error: 'linode'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/saltcloud/cli.py", line 331, in run
ret = mapper.run_profile()
File "/usr/local/lib/python2.7/dist-packages/saltcloud/cloud.py", line 528, in run_profile
boxes = pmap[provider]
KeyError: 'linode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment