rnelson0 / puppet-generate-puppetfile

Generate or update a Puppetfile for use with r10k or librarian-puppet. Optionally, create a fixtures file for rspec-puppet.
92 stars 22 forks source link

When processing free-form repositories, allow :branch => :control_branch and :default_branch => #63

Open ghost opened 6 years ago

ghost commented 6 years ago

When processing free-form repositories, allow the r10k control branch related settings:

    :branch => :control_branch,
    :default_branch => 'foo'