- 
Puppet module install command installs a module and all of its dependencies. 
- 
By default, it installs into the first directory in Puppet’s modulepath, which defaults to $codedir/environments/production/modules. 
For example, to install the puppetlabs-apache module, run the following command:
puppet module install puppetlabs-apache