You are here

function hostmaster_profile_task_list in Hostmaster (Aegir) 5.x

1 call to hostmaster_profile_task_list()
hostmaster_get_task in ./hostmaster.profile

File

./hostmaster.profile, line 37

Code

function hostmaster_profile_task_list() {
  return array(
    'intro' => st('Getting started'),
    'webserver' => st('Web server'),
    'filesystem' => st('Filesystem'),
    'dbserver' => st('Database server'),
    'features' => st('Features'),
    'init' => st('Initialize system'),
    'verify' => st('Verify settings'),
    'import' => st('Import sites'),
  );
}