Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2011 at 14:44 UTC
Updated:
13 Apr 2011 at 20:31 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| server-service-type-confusion.patch | 1.14 KB | mr.baileys |
Comments
Comment #1
anarcat commentedthis seems about right. Since this is a minor documentation fix, I have also imported it in stable.