You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing version 3.3.3 of puppet-hiera using "puppet module install" and then installing puppet-r10k, the version of puppet-r10k that gets installed is not the current version.
However, if the install of puppet-hiera is pinned to the previous version, 3.3.2, then the install of puppet-r10k gets the most current version.
What behaviour did you expect instead
I would expect that the version of puppet-hiera installed would not affect the version of puppet-r10k that gets installed. Especially since there really isn't any connection between the two modules (that I can see). They do share a dependency on puppetlabs-inifile and pupeptlabs-stdlib.
Output log
If you execute the 4 commands above on a system running puppet-5 you should see the installed versions of the modules. In the "odd-behavior" case, the version of puppet-r10k is 'v4.0.2'. While the "better-behvior" case the version is 'v6.6.1', which is the current version as this issue is being created.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
After installing version 3.3.3 of puppet-hiera using "puppet module install" and then installing puppet-r10k, the version of puppet-r10k that gets installed is not the current version.
However, if the install of puppet-hiera is pinned to the previous version, 3.3.2, then the install of puppet-r10k gets the most current version.
What behaviour did you expect instead
I would expect that the version of puppet-hiera installed would not affect the version of puppet-r10k that gets installed. Especially since there really isn't any connection between the two modules (that I can see). They do share a dependency on puppetlabs-inifile and pupeptlabs-stdlib.
Output log
If you execute the 4 commands above on a system running puppet-5 you should see the installed versions of the modules. In the "odd-behavior" case, the version of puppet-r10k is 'v4.0.2'. While the "better-behvior" case the version is 'v6.6.1', which is the current version as this issue is being created.
puppet-issue.log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: