I've installed puppet modules as follows
% puppet module install puppetlabs-apache --environment production --target-dir /etc/puppet/environments/production/modules
How can I upgrade the puppetlabs-apache module?
puppet module upgrade
tries to lookup the module within /etc/puppet directory
and puppet module upgrade doesnt have a target-dir flag to work with