# File lib/genome-dsl/machines.rb, line 136
    def regex
      # Build the regexes for this machine type
      # eg, we want the "web-build" machine to match hostnames names like
      # bleanhar-web-build.usersys.redhat.com
      Regexp.new("-%s" % @name)
    end