From 94ba31279869d7052ba001e38927f9eecd0a636f Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 10 Dec 2013 20:58:55 -0500 Subject: Augeas improvements: * Added ability to specify initial content for a file that doesn't exist, to avoid a messy situation where you'd have to probe for file existence and either use a Path type="file" or Path type="augeas" depending, and run Bcfg2 twice. * All commands in an Augeas path are run if *any* of them fail to verify. Previously, only commands that hadn't been run would be installed, but that had issues, particularly with the Clear command, which could pass verification but then be required during the installation phase anyway. * Miscellaneous bug fixes. --- schemas/augeas.xsd | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'schemas') diff --git a/schemas/augeas.xsd b/schemas/augeas.xsd index 0ede106f3..df27f91cc 100644 --- a/schemas/augeas.xsd +++ b/schemas/augeas.xsd @@ -173,6 +173,15 @@ + + + + Specify initial content for a file, which will be created + before Augeas commands are applied if a file doesn't + exist. + + + -- cgit v1.2.3-1-g7c22