RancherOnboarding.psd1

@{
RootModule = 'RancherOnboarding.psm1'
DscResourcesToExport = @('RancherOnboarding')

# Version number of this module.
ModuleVersion = '0.0.6'

# ID used to uniquely identify this module
GUID = '4a991213-3976-4f4d-8ecb-0d1f88cc966a'

# Author of this module
Author = 'Cornelius Schuchardt'

# Company or vendor of this module
CompanyName = 'Bright Skies GmbH - A Rackspace Technology Company'

# Copyright statement for this module
Copyright = '(c) 2021 Cornelius Schuchardt. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Powershell DSC Resource for onboarding Windows Server System into Rancher'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
}