Skip to content

Instantly share code, notes, and snippets.

@someara
Created June 6, 2012 23:17
Show Gist options
  • Save someara/2885443 to your computer and use it in GitHub Desktop.
Save someara/2885443 to your computer and use it in GitHub Desktop.
zaphod:~$ grep joyent ~/.chef/knife.rb
knife[:joyent_username] = "someara"
knife[:joyent_password] = "mahpasswordhere"
knife[:joyent_api_url] = "https://us-sw-1.api.joyentcloud.com/"
zaphod:~$ knife joyent server list
ERROR: ArgumentError: Joyent is not a recognized compute provider
@someara
Copy link
Author

someara commented Jun 7, 2012

zaphod:~$ gem list fog
*** LOCAL GEMS ***

fog (1.3.1, 0.8.2)
zaphod:~$ gem list knife-joyent
*** LOCAL GEMS ***
knife-joyent (0.0.6)

zaphod:~/.mise/clouds/joyent$ gem update fog
Updating installed gems
Nothing to update

zaphod:~$ gem update joyent
Updating installed gems
Nothing to update

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