WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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