Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-1249

puppet module install --dir option is not working

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Cannot Reproduce
    • PUP 3.2.4, PUP 3.3.3, PUP 3.4.0
    • None
    • Modules
    • 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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            aydin916 Aydin Coskun
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support