Skip to content

zappy-shu/puppet-windowsgac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages