module Chef::DSL::Powershell
Public Instance Methods
ps_credential(username = "placeholder", password)
click to toggle source
# File lib/chef/dsl/powershell.rb, line 24 def ps_credential(username = "placeholder", password) # rubocop:disable Style/OptionalArguments Chef::Util::Powershell::PSCredential.new(username, password) end