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
When I use the module with PE 2016.1.1, I get the following error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, default expression for $package_source tries to illegally access not yet evaluated $rpm_iteration
I did not have this error with PE 2015.3.3
Moving the line in init.pp
moved rpm_iteration parameter above package_source parameter.
Otherwise, I get the error
Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: Evaluation Error: Error while evaluating a Resource Statement,
Evaluation Error: Error while evaluating a Function Call, default
expression for $package_source tries to illegally access not yet
evaluated $rpm_iteration
fixesbfraser#89
The commit 774f8a6 is indeed taking care of the ordering but acc8075 is undoing the previous change. The master is now not working with PE2016.1.1.
Any chance to get 774f8a6 in the master?
When I use the module with PE 2016.1.1, I get the following error:
I did not have this error with PE 2015.3.3
Moving the line in init.pp
above
solved the issue.
The text was updated successfully, but these errors were encountered: