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

RPM provider's install_options and uninstall_options missing query_options

    XMLWordPrintable

Details

    • Bug
    • Status: Accepted
    • Normal
    • Resolution: Unresolved
    • PUP 3.8.7, PUP 4.7.0
    • None
    • None
    • RPM-based systems

    • Night's Watch

    Description

      When working with multiple installroots / RPM roots, the following resource:

      package {
        'foobar':
          ensure          => latest,
          install_options => "--installroot=/our/rpm/root";
      }
      

      correctly ensures the given resource with all other requirements in place.

      On the next Puppet run it will be re-ensured again, because none of the query-related functions of the RPM provider ('instances', 'latest', 'query') support giving a parameter to pass --installroot to them as well.

      Attachments

        Activity

          People

            Unassigned Unassigned
            count Andreas Kotes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Zendesk Support