Skip to content

Commit

Permalink
Merge pull request #1380 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 May 9, 2024
2 parents 9725e26 + df8a068 commit 88d4d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
Unreleased
----------

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

3.16.1
------
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 88d4d78

Please sign in to comment.