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
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'provider' (file: /etc/puppetlabs/code/environments/ICT_9246_DEV/modules/arcgis_server/manifests/install.pp, line: 50) on Archive[arcgis_package] (file: /etc/puppetlabs/code/environments/ICT_9246_DEV/modules/arcgis_server/manifests/install.pp, line: 50) on node
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I am trying to use wget as provider, but the module is still using curl. I would like to use wget in the latest curl version of rhel9 there is a bug.
What are you seeing
The curl command
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'provider' (file: /etc/puppetlabs/code/environments/ICT_9246_DEV/modules/arcgis_server/manifests/install.pp, line: 50) on Archive[arcgis_package] (file: /etc/puppetlabs/code/environments/ICT_9246_DEV/modules/arcgis_server/manifests/install.pp, line: 50) on node
Debug: Executing: '/bin/curl http://woot/content/repositories/gdn-data/software/arcgis-server/11.2/arcgis-server-11.2.tgz -o /tmp/arcgis-server-11.2.tgz_20240223-771474-1jdr6y5 -fsSLg --max-redirs 5'
What behaviour did you expect instead
Debug: Executing: '/bin/wget http://woot/content/repositories/gdn-data/software/arcgis-server/11.2/arcgis-server-11.2.tgz -o /tmp/arcgis-server-11.2.tgz_20240223-771474-1jdr6y5 -fsSLg --max-redirs 5'
Output log
Debug: Executing: '/bin/wget http://woot/content/repositories/gdn-data/software/arcgis-server/11.2/arcgis-server-11.2.tgz -o /tmp/arcgis-server-11.2.tgz_20240223-771474-1jdr6y5 -fsSLg --max-redirs 5'
Any additional information you'd like to impart
Nothing to add
aa
The text was updated successfully, but these errors were encountered: