From: hickert Date: Fri, 6 May 2011 14:15:46 +0000 (+0000) Subject: Comments X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=df1401b03c2a8b55c7914e01a21d41f5046a86a8;p=gosa.git Comments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20785 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc index ee8d88fee..9ed86671d 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -5,35 +5,52 @@ class InstallRecipe extends plugin public $rpcErrorMessage = ""; - /* Plugin attributes - */ + // Template options public $installTemplate = ""; + public $installationTemplateNames = array(); + public $templateToRelease = array(); + public $installationTemplates = array(); + + // The selected installation release public $installRelease = ""; + + // Selected config management variant public $installConfigManagement = ''; - public $installConfigManagementList = NULL; + public $installConfigManagementList = array(); + + // Bootstrap method public $installBootstrapMethod = ''; - public $installBootstrapMethodList = NULL; + public $installBootstrapMethodList = array(); + + // Timezone settings public $installTimezone = ""; public $installTimeUTC = ""; + // Kernel packages public $installKernelPackage = ""; public $installKernelPackageList = array(); + // System Locale public $installSystemLocale = ""; public $installSystemLocaleList = array(); + // Selected NTP Server public $installNTPServer = array(); - private $installNTPServerList = NULL; + public $installNTPServerList = NULL; + // Root password public $installRootEnabled = ""; public $installRootPasswordHash = ""; public $setPasswordHash = FALSE; + // Partition table variables public $installPartitionTable = ""; + // Keyboard-layout attribute public $installKeyboardlayout = ""; public $installKeyboardlayoutList = array(); + // Mirror related attribute public $installMirror = ""; public $installMirrorList = array();