voxpupuli / puppet-dotnet

puppet module for managing Microsoft .NET
https://forge.puppet.com/puppet/dotnet
MIT License
12 stars 26 forks source link

Add support for .net 4.6 #61

Open marcelloromani opened 6 years ago

marcelloromani commented 6 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

In your custom profile, add the following code to use the module: dotnet { 'dotnet46': version => '4.6' }

What are you seeing

Dotnet[dotnet46]: parameter 'version' expects a match for Pattern[/^(3.5|4.0|4.5(.\d)?)$/], got '4.6' at /etc/puppetlabs/code/environments//site/profile/manifests/.pp:3 on node node.example.com

What behaviour did you expect instead

Latest available .net package in the 4.6 series to be installed

Output log

Any additional information you'd like to impart

robkae commented 5 years ago

Up vote!