Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 488 Bytes

File metadata and controls

26 lines (19 loc) · 488 Bytes

windowsgac

Table of Contents

  1. Description
  2. Usage

Description

Adds and removes assemblies in the .NET Framework Global Assembly Cache (GAC)

Usage

Ensures assembly at path $assemblypath is installed into the GAC

windowsgac::gacassembly { $assemblypath:
    ensure => present,
}

Ensures assembly at path $assemblypath is not installed into the GAC

windowsgac::gacassembly { $assemblypath:
    ensure => absent,
}