Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Cannot Reproduce
-
PUP 3.2.4, PUP 3.3.3, PUP 3.4.0
-
None
-
Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
-
Normal
Description
When using --dir option to select a different module directory to install modules puppet errors out. But when same command is used with --modulepath option it works. See below:
[vagrant@localhost vagrant]$ puppet module install --dir /vagrant/puppet/modules/ alkivi/zabbix
Error: Could not parse application options: invalid option: --dir
[vagrant@localhost vagrant]$ puppet module install --modulepath /vagrant/puppet/modules/ alkivi/zabbix
Notice: Preparing to install into /vagrant/puppet/modules ...
Notice: Downloading from https://forge.puppetlabs.com ...
Notice: Installing – do not interrupt ...
/vagrant/puppet/modules
└─┬ alkivi-zabbix (v0.0.2)
├─┬ alkivi-alkivi_base (v0.1.0)
│ ├── adrien-alternatives (v0.1.1)
│ ├── alkivi-console_data (v0.0.1)
│ ├── attachmentgenie-locales (v1.0.2)
│ └── puppetlabs-ntp (v3.0.1)
├── alkivi-mysql (v0.0.3)
└── puppetlabs-stdlib (v4.1.0)