My puppet modules are installed by running:
puppet module install puppetlabs-apache --environment production --target-dir /etc/puppet/environments/production/modules.
I need to upgrade the puppetlabs-apache module. How should i go about doing it?
If i use puppet module upgrade, it will look within /etc/puppet directory and it doesn't have a target-dir flag.