$composer_template_path_local
This commit is contained in:
@@ -363,6 +363,13 @@ class Provision extends BaseController
|
|||||||
// $ansible_transport_path = $pr->provision_uid; // $ContainerName;
|
// $ansible_transport_path = $pr->provision_uid; // $ContainerName;
|
||||||
$ansible_transport_path = $productUid; // $ContainerName;
|
$ansible_transport_path = $productUid; // $ContainerName;
|
||||||
|
|
||||||
|
// let us make sure all we promise are availale
|
||||||
|
//"WHAT_PART_LOCAL
|
||||||
|
if (!is_dir($composer_template_path_local )) {
|
||||||
|
mkdir($composer_template_path_local , 0700);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$this->db->query("UPDATE provision_plans SET updated = now() WHERE id = $planId");
|
$this->db->query("UPDATE provision_plans SET updated = now() WHERE id = $planId");
|
||||||
$this->db->query("UPDATE members_products SET p_file = p_file + 1 WHERE id = $provisionId");
|
$this->db->query("UPDATE members_products SET p_file = p_file + 1 WHERE id = $provisionId");
|
||||||
$params = [
|
$params = [
|
||||||
|
|||||||
Reference in New Issue
Block a user