# File lib/puppet-lint/plugins/check_strings.rb, line 171 def fix(problem) problem[:token].value.gsub!(/(puppet:\/\/.*?\/)/, '\1modules/') end