|
|
@@ -119,17 +119,6 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
|
|
|
elseif($this->configuration()->isQemu() && $this->configuration()->getCiuser()){
|
|
|
$this->hosting()->update(['username' =>$this->configuration()->getCiuser() ]);
|
|
|
}
|
|
|
- //update osTemplate in config
|
|
|
- // $this->hosting()->update(['customconfigoption[osTemplate]' => $this->formData['id']]);
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'proxmoxCloud',
|
|
|
- __FUNCTION__,
|
|
|
- $this->configuration(),
|
|
|
- 'Debug',
|
|
|
- $this->formData
|
|
|
- );
|
|
|
-
|
|
|
$arguments = [
|
|
|
'hostingId' => $this->getWhmcsParamByKey('serviceid'),
|
|
|
"osTemplate" => $this->formData['id'],
|