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
I cannot make any of my instances of python::requirements subscribe to other resources because inside of puppet-python requirements.pp the $subscribe variable (meta variable of puppet) is overwritten.
What behaviour did you expect instead
I'd expect to be able to subscribe to a resource. Renaming $subscribe inside requirements.pp to something else would probably be enough.
Because of that I had to keep stankevich-python instead of updating it to voxpupuli version.
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Cannot reassign variable '$subscribe' at /etc/puppet/modules/python/manifests/requirements.pp:134:16 at /etc/puppet/modules/profile/manifests/api.pp:151 on node 2950a0e0-flower.2950a0e0
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
I cannot make any of my instances of
python::requirements
subscribe to other resources because inside of puppet-pythonrequirements.pp
the$subscribe
variable (meta variable of puppet) is overwritten.What behaviour did you expect instead
I'd expect to be able to subscribe to a resource. Renaming
$subscribe
insiderequirements.pp
to something else would probably be enough.Because of that I had to keep
stankevich-python
instead of updating it to voxpupuli version.Output log
The text was updated successfully, but these errors were encountered: