All Projects → voxpupuli → puppet-dotnet

voxpupuli / puppet-dotnet

Licence: MIT license
puppet module for managing Microsoft .NET

Programming Languages

ruby
36898 projects - #4 most used programming language
Puppet
460 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to puppet-dotnet

puppet-iis
Module to mange IIS with Puppet
Stars: ✭ 46 (+283.33%)
Mutual labels:  puppet, windows-puppet-module
puppet-kmod
manage kernel module with puppet
Stars: ✭ 18 (+50%)
Mutual labels:  puppet
puppet-poudriere
A Puppet module for managing Poudriere, the PkgNG build system.
Stars: ✭ 13 (+8.33%)
Mutual labels:  puppet
puppet-pkgng
A Puppet package provider for FreeBSD's PkgNG package manager.
Stars: ✭ 39 (+225%)
Mutual labels:  puppet
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (+133.33%)
Mutual labels:  puppet
octofacts
Automate creation and maintenance of complete fact sets for rspec-puppet tests
Stars: ✭ 21 (+75%)
Mutual labels:  puppet
puppet-icinga2
Puppet module to manage Icinga 2
Stars: ✭ 61 (+408.33%)
Mutual labels:  puppet
polscan
Zero-setup SSH-based scanner with extensive visualizations for Debian server inventory, policy compliance and vulnerabilities
Stars: ✭ 57 (+375%)
Mutual labels:  puppet
packer-vagrant-builder
Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's
Stars: ✭ 49 (+308.33%)
Mutual labels:  puppet
puppet-aptly
Puppet module for aptly
Stars: ✭ 31 (+158.33%)
Mutual labels:  puppet
grpc
gRPC Service & Protocol Buffers for Wechaty Puppet
Stars: ✭ 20 (+66.67%)
Mutual labels:  puppet
puppet-prometheus
Puppet module for prometheus
Stars: ✭ 56 (+366.67%)
Mutual labels:  puppet
workstation-bootstrap
My r10k/puppet based workstation bootstrapping and configuration
Stars: ✭ 18 (+50%)
Mutual labels:  puppet
puppet-mrepo
Puppet module for creating and managing RPM based repository mirrors.
Stars: ✭ 17 (+41.67%)
Mutual labels:  puppet
puppet-hiera
Hiera hierarchy module for templating `hiera.yaml`
Stars: ✭ 32 (+166.67%)
Mutual labels:  puppet
aco-oracle java
Puppet module to install Oracle Java on Linux systems
Stars: ✭ 13 (+8.33%)
Mutual labels:  puppet
puppet-kibana
Kibana Puppet module by Elastic.
Stars: ✭ 17 (+41.67%)
Mutual labels:  puppet
ops channel
命令通道是联接人与机器,人与业务的一座桥.它跟常用的开源运维工具(`ansible`,`saltstack`,`puppet`)有相似之处,但也有着本质的差异。
Stars: ✭ 34 (+183.33%)
Mutual labels:  puppet
puppet-elasticsearch
Elasticsearch Puppet module
Stars: ✭ 406 (+3283.33%)
Mutual labels:  puppet
puppet-magnum
rubygems.org/gems/puppet-magnum
Stars: ✭ 31 (+158.33%)
Mutual labels:  puppet

Dotnet module for Puppet

Build Status Code Coverage Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores

Table of Contents

  1. Overview
  2. Module Description - What is the dotnet module?
  3. Setup - The basics of getting started with dotnet
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Puppet module for installing and managing Microsoft .NET framework.

Build Status Puppet Forge Puppet Forge Downloads

Module Description

This module installs and configures the Microsoft .NET framework on Windows systems. It support side-by-side installs where appropriate.

Setup

What dotnet affects

  • Installs the .net framework package or the windows server role.

Beginning with dotnet

Installing the .net 3.5 server role on windows server:

  dotnet { 'dotnet35': version => '3.5' }

Installing .net 4.5:

  dotnet { 'dotnet45':
    version => '4.5'
    deployment_root => 'Z:\packages'
  }

Usage

Classes and Defined Types

Defined Type: dotnet

The dotnet module primary definition, dotnet install and configures the .net framework packages/roles

Parameters within dotnet:

ensure

Ensures the state of .net on the system. Present or Absent.

version

The version of .net that you want to be managed by this definition.

package_dir

If installing .NET from a directory or a mounted network location then this is that directory

Reference

Definitions

Public Definitions

  • dotnet: Guides the basic management of the .net framework on the system.

Private Definitions

Limitations

This module is tested on the following platforms:

  • Windows 2008 R2

It is tested with the OSS version of Puppet only.

Development

Contributing

Please read CONTRIBUTING.md for full details on contributing to this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].