{"id":17513019,"url":"https://github.com/voxpupuli/puppet-dotnet","last_synced_at":"2025-03-22T12:11:50.045Z","repository":{"id":7987816,"uuid":"9393281","full_name":"voxpupuli/puppet-dotnet","owner":"voxpupuli","description":"puppet module for managing Microsoft .NET","archived":false,"fork":false,"pushed_at":"2024-09-17T07:51:08.000Z","size":250,"stargazers_count":12,"open_issues_count":11,"forks_count":27,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-10-29T14:22:34.412Z","etag":null,"topics":["hacktoberfest","puppet","windows-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/dotnet","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2013-04-12T11:58:13.000Z","updated_at":"2024-09-17T07:51:10.000Z","dependencies_parsed_at":"2023-12-19T08:35:03.439Z","dependency_job_id":"9b92b44d-3844-40c7-9288-0e4f1e0c8d2f","html_url":"https://github.com/voxpupuli/puppet-dotnet","commit_stats":{"total_commits":138,"total_committers":18,"mean_commits":7.666666666666667,"dds":"0.42028985507246375","last_synced_commit":"5fa6ae352af3460b5239909d15acf74bf2265819"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952806,"owners_count":20537474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","puppet","windows-puppet-module"],"created_at":"2024-10-20T06:06:43.953Z","updated_at":"2025-03-22T12:11:50.017Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Dotnet module for Puppet\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-dotnet.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-dotnet)\n[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-dotnet/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-dotnet)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/dotnet.svg)](https://forge.puppetlabs.com/puppet/dotnet)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/dotnet.svg)](https://forge.puppetlabs.com/puppet/dotnet)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/dotnet.svg)](https://forge.puppetlabs.com/puppet/dotnet)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/dotnet.svg)](https://forge.puppetlabs.com/puppet/dotnet)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What is the dotnet module?](#module-description)\n3. [Setup - The basics of getting started with dotnet](#setup)\n    * [What dotnet affects](#what-dotnet-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with dotnet](#beginning-with-dotnet)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nPuppet module for installing and managing [Microsoft .NET framework](http://www.microsoft.com/net).\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-dotnet.svg?branch=master)](https://travis-ci.org/voxpupuli/puppet-dotnet)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/puppet/dotnet.svg)](https://forge.puppet.com/puppet/dotnet)\n[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/puppet/dotner.svg)](https://forge.puppetlabs.com/puppet/dotnet)\n\n## Module Description\n\nThis module installs and configures the Microsoft .NET framework on Windows\nsystems. It support side-by-side installs where appropriate.\n\n## Setup\n\n### What dotnet affects\n\n* Installs the .net framework package or the windows server role.\n\n### Beginning with dotnet\n\nInstalling the .net 3.5 server role on windows server:\n\n```puppet\n  dotnet { 'dotnet35': version =\u003e '3.5' }\n```\n\nInstalling .net 4.5:\n\n```puppet\n  dotnet { 'dotnet45':\n    version =\u003e '4.5'\n    deployment_root =\u003e 'Z:\\packages'\n  }\n```\n\n## Usage\n\n### Classes and Defined Types\n\n#### Defined Type: `dotnet`\n\nThe dotnet module primary definition, `dotnet` install and configures the .net\nframework packages/roles\n\n**Parameters within `dotnet`:**\n##### `ensure`\nEnsures the state of .net on the system. Present or Absent.\n\n##### `version`\n\nThe version of .net that you want to be managed by this definition.\n\n##### `package_dir`\n\nIf installing .NET from a directory or a mounted network location then this is\nthat directory\n\n## Reference\n\n### Definitions\n\n### Public Definitions\n\n* [`dotnet`](#define_dotnet): Guides the basic management of the .net framework\n  on the system.\n\n### Private Definitions\n\n* [`dotnet::install::feature`](#define-install_feature): Installs dotnet as windows\n  feature (.net 3.5)\n* [`dotnet::install::package`](#define-install_package): Installs dotnet from a downloaded\n  package.\n\n## Limitations\n\nThis module is tested on the following platforms:\n\n* Windows 2008 R2\n\nIt is tested with the OSS version of Puppet only.\n\n## Development\n\n### Contributing\n\nPlease read CONTRIBUTING.md for full details on contributing to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-dotnet/lists"}