Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With change f223f66 (Convert to use 'archive' instead of 'staging' for rabbitmqadmin install) the $curl_prefix variable became unused: $ grep -ir curl_prefix manifests/install/rabbitmqadmin.pp: $curl_prefix = '' manifests/install/rabbitmqadmin.pp: $curl_prefix = "--noproxy ${management_ip_address} -g -6" manifests/install/rabbitmqadmin.pp: $curl_prefix = "--noproxy ${management_ip_address}" Let's just remove them. Users have means to specify options to the puppet-archive provider anyways.
- Loading branch information