Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: end end config.vm.provider :vsphere do |vsphere| vsphere.host = 'vspheremachinehost' vsphere.name = 'vagranthost' vsphere.clone_from_vm = true vsphere.template_name = 'VagrantTemplate' vsphere.user = 'vagrant' vsphere.password = 'vagrant' vsphere.insecure = true end end Source: http://pastebin.com/raw.php?i=zyFW87NM
↧