From de385d6cd6cd4faa11d73cd1fff6d9c4904219bc Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 13:26:52 -0500 Subject: [PATCH] Finished folder rename --- templates/{HTTPD1 => HTTPD}/0/README.md | 0 templates/{HTTPD1 => HTTPD}/0/docker-compose.yml | 0 templates/{HTTPD1 => HTTPD}/0/rancher-compose.yml | 2 +- templates/{HTTPD1 => HTTPD}/config.yml | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename templates/{HTTPD1 => HTTPD}/0/README.md (100%) rename templates/{HTTPD1 => HTTPD}/0/docker-compose.yml (100%) rename templates/{HTTPD1 => HTTPD}/0/rancher-compose.yml (97%) rename templates/{HTTPD1 => HTTPD}/config.yml (100%) diff --git a/templates/HTTPD1/0/README.md b/templates/HTTPD/0/README.md similarity index 100% rename from templates/HTTPD1/0/README.md rename to templates/HTTPD/0/README.md diff --git a/templates/HTTPD1/0/docker-compose.yml b/templates/HTTPD/0/docker-compose.yml similarity index 100% rename from templates/HTTPD1/0/docker-compose.yml rename to templates/HTTPD/0/docker-compose.yml diff --git a/templates/HTTPD1/0/rancher-compose.yml b/templates/HTTPD/0/rancher-compose.yml similarity index 97% rename from templates/HTTPD1/0/rancher-compose.yml rename to templates/HTTPD/0/rancher-compose.yml index 1a644b7..fd762d4 100644 --- a/templates/HTTPD1/0/rancher-compose.yml +++ b/templates/HTTPD/0/rancher-compose.yml @@ -37,6 +37,6 @@ catalog: label: "Data Directory" description: | The directory to store persistent data for the stack. - default: "Personal/httpd" + default: "Personal/HTTPD" required: true type: string \ No newline at end of file diff --git a/templates/HTTPD1/config.yml b/templates/HTTPD/config.yml similarity index 100% rename from templates/HTTPD1/config.yml rename to templates/HTTPD/config.yml