Project

General

Profile

Revision c0df0f4c

Added by Evgeni Golov over 4 years ago

Refs #25576 - allow passing "subdir" to PuppetInstallDistributor

The relevant pulp-puppet feature was added in 2.13 [1].
It allows pulp-puppet to better clean up the distributor.

[1] https://pulp.plan.io/issues/2108

View differences:

lib/runcible/models/puppet_install_distributor.rb
4 4
module Runcible
5 5
  module Models
6 6
    class PuppetInstallDistributor < Distributor
7
      attr_accessor 'install_path'
7
      attr_accessor 'install_path', 'subdir'
8 8

  
9 9
      def initialize(install_path, params = {})
10 10
        @install_path = install_path

Also available in: Unified diff