Project

General

Profile

« Previous | Next » 

Revision 333c03f4

Added by Ewoud Kohl van Wijngaarden almost 6 years ago

Fixes #24167 - Remove legacy_puppet_hostname setting

View differences:

app/models/smart_proxy.rb
end
def to_s
return hostname unless Setting[:legacy_puppet_hostname]
(hostname =~ /^puppet\./) ? 'puppet' : hostname
hostname
end
def hosts_count

Also available in: Unified diff