Created
June 6, 2012 23:17
-
-
Save someara/2885443 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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