1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Key 'vnc:ip' was invalid.

Documentation incorrect again - key is actually
called 'vnc'.
This commit is contained in:
Sean Handley 2012-07-16 20:21:13 +02:00
parent d34abe2a33
commit 70efaa16db

View file

@ -18,6 +18,7 @@ module Fog
attribute :boot
attribute :persistent
attribute :vnc_password, :aliases => 'vnc:password'
attribute :vnc, :aliases => 'vnc'
attribute :status
attribute :user
attribute :started