From 195bcb0c9d595a5a4a37e05688efffabf3685021 Mon Sep 17 00:00:00 2001 From: William Miceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Wed, 14 Mar 2018 11:01:54 -0400 Subject: [PATCH] Removing comments --- templates/zerotier/0/docker-compose.yml | 2 +- templates/zerotier/0/rancher-compose.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/zerotier/0/docker-compose.yml b/templates/zerotier/0/docker-compose.yml index a6a9b94..3518cff 100644 --- a/templates/zerotier/0/docker-compose.yml +++ b/templates/zerotier/0/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: zerotier: - container_name: ${NAME} #(Optional) Custom name for the container, rather than a generated default name. + container_name: ${NAME} image: zerotier/zerotier-containerized:latest cap_add: - NET_ADMIN diff --git a/templates/zerotier/0/rancher-compose.yml b/templates/zerotier/0/rancher-compose.yml index 99324cb..1f2c7cc 100644 --- a/templates/zerotier/0/rancher-compose.yml +++ b/templates/zerotier/0/rancher-compose.yml @@ -1,9 +1,9 @@ version: '2' catalog: - name: "ZeroTier-Containerized" # Name of the versioned template of the Catalog Entry - version: "latest" # Version of the versioned template of the Catalog Entry - description: ZeroTier-Containerized instance for virtual networking # Description of the versioned template of the Catalog Entry - questions: #Used to request user input for configuration options + name: "ZeroTier-Containerized" + version: "latest" + description: ZeroTier-Containerized instance for virtual networking + questions: - variable: "NAME" label: "Container Name" description: | @@ -11,10 +11,10 @@ catalog: default: "ZeroTier" required: false type: string - - variable: "CONFIG_STORAGE" # A single word that is used to pair the question and answer. - label: "Persistent Config Path" # The "question" to be answered. - description: | # The description of the question to show the user how to answer the question. + - variable: "CONFIG_STORAGE" + label: "Persistent Config Path" + description: | The path to where ZeroTier should hold it's persistent files. Preferrably a local-only location. - default: "/var/lib/Storage-Local/zerotier-one" # (Optional) A default value that will be pre-populated into the UI - required: false # (Optional) Whether or not an answer is required. By default, it's considered `false`. - type: string # How the questions are formatted and types of response expected \ No newline at end of file + default: "/var/lib/Storage-Local/zerotier-one" + required: false + type: string \ No newline at end of file