Affected Puppet, Ruby, OS and module versions/distributions
Puppet:
Ruby:
Distribution:
Module version: 2.0.1
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
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