Actions
Bug #398
closeddomain wrong if host contians a '.'
Description
http://github.com/ohadlevy/foreman/blob/develop/app/models/host.rb#L451
If host = 'xx-01.xx-02' then the domain will be 'xx-02.mydomain.com' and not 'mydomain.com'
Files
Actions