From d86e50172a12f66f3247114baae13e2b97d2990d Mon Sep 17 00:00:00 2001 From: Daniel Heule Date: Mon, 5 May 2014 19:08:06 +0200 Subject: [PATCH] remove the "BETA FEATURE" flags from CDIST_ORDER_DEPENDENCY and CDIST_OVERRIDE. --- docs/man/man7/cdist-manifest.text | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/man/man7/cdist-manifest.text b/docs/man/man7/cdist-manifest.text index b28fe94f..96346c08 100644 --- a/docs/man/man7/cdist-manifest.text +++ b/docs/man/man7/cdist-manifest.text @@ -153,8 +153,6 @@ automatically depends on the previously created object. It essentially helps you to build up blocks of code that build upon each other (like first creating the directory xyz than the file below the directory). -THIS IS A BETA FEATURE AND MAY BE REMOVED OR CHANGED AT ANY TIME. - OVERRIDES --------- @@ -171,8 +169,6 @@ If CDIST_OVERRIDE and CDIST_ORDER_DEPENDENCY are set for an object, CDIST_ORDER_DEPENDENCY will be ignored, because adding a dependency in case of overrides would result in circular dependencies, which is an error. -THIS IS A BETA FEATURE AND MAY BE REMOVED OR CHANGED AT ANY TIME. -