lib/vagrant-vcenter/action/connect_vcenter.rb in vagrant-vcenter-0.1.0 vs lib/vagrant-vcenter/action/connect_vcenter.rb in vagrant-vcenter-0.1.1
- old
+ new
@@ -18,10 +18,10 @@
unless config.vcenter_cnx
@logger.info('Connecting to vCenter...')
@logger.debug("config.hostname: #{config.hostname}")
@logger.debug("config.username: #{config.username}")
- @logger.debug("config.password: #{config.password}")
+ @logger.debug('config.password: <hidden>')
# FIXME: fix the insecure flag, catch the exception
config.vcenter_cnx = RbVmomi::VIM.connect(
host: config.hostname,
user: config.username,