From b84d7e8fcda2a1e5dc29fad7ca52a641bb7a997e Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 5 Aug 2012 23:33:09 -0400 Subject: [PATCH] Removed references to template definitions, since they are automatically seen by the incoming rsync, and ordering is irrelevant because they cannot source one another --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 8e0f1c5..3b558eb 100644 --- a/README.md +++ b/README.md @@ -189,13 +189,6 @@ This file lists, one name per line, the names of other modules that must be inst node in order for this module to install correctly. This is used to create a dependency graph, and thereby determine execution order. -MODULE/defs/templates -===== - -This file contains a list of (local) paths to files that should be treated as templates; executed in -the restricted bash NOOP environment, their output captured, and the original script on disk replaced -with the template definition. - MODULE/defs/scripts =====