ChefConfSamples.psd1
@{ # Version number of this module. ModuleVersion = '0.9.0' # ID used to uniquely identify this module GUID = 'b3239f27-d7d3-4ae6-a5d2-d9a1c97d6ae4' # Author of this module Author = 'Chef Community Engineering' # Company or vendor of this module CompanyName = 'Chef Software' # Copyright statement for this module Copyright = '(c) 2015 Chef Software. All rights reserved.' # Description of the functionality provided by this module Description = 'Module with DSC Resources for Web Administration' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '4.0' # Minimum version of the common language runtime (CLR) required by this module CLRVersion = '4.0' # Functions to export from this module FunctionsToExport = '*' # Cmdlets to export from this module CmdletsToExport = '*' } |