From fe7da4d8b34a3326e0e9ed980288c7252b2b83a4 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 31 Jan 2018 20:21:48 +0100 Subject: [PATCH] Update man page. --- cdist/conf/type/__package_apt/man.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cdist/conf/type/__package_apt/man.rst b/cdist/conf/type/__package_apt/man.rst index 991962e5..a3a70d91 100644 --- a/cdist/conf/type/__package_apt/man.rst +++ b/cdist/conf/type/__package_apt/man.rst @@ -28,10 +28,19 @@ state target-release Passed on to apt-get install, see apt-get(8). Essentially allows you to retrieve packages from a different release + +version + The version of the package to install. Default is to install the version + chosen by the local package manager. + + +BOOLEAN PARAMETERS +------------------ purge-if-absent If this parameter is given when state is `absent`, the package is purged from the system (using `--purge`). + EXAMPLES --------