lib/mb/config.rb in motherbrain-1.1.3 vs lib/mb/config.rb in motherbrain-1.2.0
- old
+ new
@@ -85,10 +85,11 @@
attribute 'chef.encrypted_data_bag_secret_path',
type: String
attribute 'ssh.user',
+ default: ENV['USER'],
type: String
attribute 'ssh.password',
type: String
@@ -106,9 +107,10 @@
attribute 'ssh.verbose',
type: String
attribute 'winrm.user',
+ default: ENV['USER'],
type: String
attribute 'winrm.password',
type: String