module Chef::DSL::Powershell
Public Instance Methods
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