Skip to content

Commit

Permalink
Merge pull request #1379 from bastelfreak/remote
Browse files Browse the repository at this point in the history
r10k::module::git: expose remote as getter
  • Loading branch information
justinstoller authored Apr 9, 2024
2 parents 04b594d + 22da06b commit 2d4eed6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
Unreleased
----------

- r10k::module::git: expose remote as getter [#1379](https://github.com/puppetlabs/r10k/pull/1379)

4.0.2
-----

Expand Down
5 changes: 5 additions & 0 deletions lib/r10k/module/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ def self.statically_defined_version(name, args)
# @return [String]
attr_reader :default_override_ref

# @!attribute[r] remote
# @api private
# @return [String]
attr_reader :remote

include R10K::Util::Setopts

def initialize(title, dirname, opts, environment=nil)
Expand Down

0 comments on commit 2d4eed6

Please sign in to comment.