contrib/etc/chef_vpc_toolkit.conf in chef-vpc-toolkit-2.5.2 vs contrib/etc/chef_vpc_toolkit.conf in chef-vpc-toolkit-2.6.0

- old
+ new

@@ -6,9 +6,15 @@ cloud_servers_vpc_password: # The text editor to use for Chef knife commands. Used when a new server group # is created. Default: vim # knife_editor: vim -# + # VPN client name. The name given to this machine when connecting to a # server group as a VPN client. # vpn_client_name: local + +# VPN connection type: +# -'openvpn' use command line openvpn to join the VPN +# -'network_manager' use Network Manager (Fedora 14 and Ubuntu 10.10 only) +# +vpn_connection_type: openvpn