From 8402d0201a431764139528df9d38b320e09c248c Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Mon, 12 Nov 2018 12:57:31 +0100 Subject: [PATCH] adding variables system_app_root and system_config_directory (2) --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc1d7f3..22f7d7d 100644 --- a/README.md +++ b/README.md @@ -84,24 +84,24 @@ Variables * system_app_root: * description: - * contains the general path for applications with final path separator + * contains the general path for applications without final path separator * must be set in defaults/main.yml of each system role * examples: - * Linux: system_app_root: "/" - * FreeBSD: system_app_root: "/usr/local/" - * OpenBSD: system_app_root: "/usr/local/" - * NetBSD: system_app_root: "/usr/pkg/" + * Linux: system_app_root: "" + * FreeBSD: system_app_root: "/usr/local" + * OpenBSD: system_app_root: "/usr/local" + * NetBSD: system_app_root: "/usr/pkg" * default: undefined * system_config_directory: * description: - * contains the general path for configuration files of applications with final path separator + * contains the general path for configuration files of applications without final path separator * must be set in defaults/main.yml of each system role * examples: - * Linux: system_app_root: "/etc/" - * FreeBSD: system_app_root: "/usr/local/etc/" - * OpenBSD: system_app_root: "/etc/" - * NetBSD: system_app_root: "/usr/pkg/etc/" + * Linux: system_app_root: "/etc" + * FreeBSD: system_app_root: "/usr/local/etc" + * OpenBSD: system_app_root: "/etc" + * NetBSD: system_app_root: "/usr/pkg/etc" * default: undefined Processes -- GitLab