Private/Suse/Export-UnattendedYastFile.ps1
function Export-UnattendedYastFile { param ( [Parameter(Mandatory = $true)] [string]$Path ) $script:un.Save($Path) } |
function Export-UnattendedYastFile { param ( [Parameter(Mandatory = $true)] [string]$Path ) $script:un.Save($Path) } |