You are here

hosting_web_cluster.module in Hosting 6.2

File

web_cluster/hosting_web_cluster.module
View source
<?php

function hosting_web_cluster_hosting_service() {
  return array(
    'cluster' => 'http',
  );
}