# File lib/librarian/puppet/util.rb, line 42 def clean_uri(uri) new_uri = uri.clone new_uri.user = nil new_uri.password = nil new_uri end