The API docs for hook_hosting_service() have the "service" and "service type" items swapped in the example.

function hook_hosting_service() {
  return array(
    'http' => 'apache', <=== Should be the other way around.
  );

See http://community.aegirproject.org/node/36/talk for a discussion on the definition of these terms.

CommentFileSizeAuthor
server-service-type-confusion.patch1.14 KBmr.baileys

Comments

anarcat’s picture

Status: Needs review » Fixed

this seems about right. Since this is a minor documentation fix, I have also imported it in stable.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.