Skip to content

Commit

Permalink
Remove unused full_path method
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and ehelms committed Sep 22, 2023
1 parent 4ba477a commit 7242612
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/puppet/provider/katello_ssl_tool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ def privkey
self.class.privkey(resource[:name])
end

def full_path(file_name)
self.class.full_path(file_name)
end

def target_path(file_name = '')
self.class.target_path(file_name)
end
Expand Down

0 comments on commit 7242612

Please sign in to comment.