update __package* manpages

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 12 years ago
parent 13d6644966
commit 47424bf200
  1. 2
      cdist/conf/type/__package/man.text
  2. 2
      cdist/conf/type/__package_pip/man.text
  3. 10
      cdist/conf/type/__package_pkg_freebsd/man.text
  4. 2
      cdist/conf/type/__package_pkg_openbsd/man.text
  5. 2
      cdist/conf/type/__package_rubygem/man.text
  6. 3
      cdist/conf/type/__package_yum/man.text
  7. 2
      cdist/conf/type/__package_zypper/man.text

@ -34,7 +34,7 @@ type::
__package_emerge for Gentoo
state::
The state the package should be in, either "present" or "absent"
either "present" or "absent", defaults to "present"
EXAMPLES

@ -28,7 +28,7 @@ pip::
Instead of using pip from PATH, use the specific pip path.
state::
Either "present" or "absent".
Either "present" or "absent", defaults to "present"
EXAMPLES

@ -21,19 +21,19 @@ None
OPTIONAL PARAMETERS
-------------------
name::
If supplied, use the name and not the object id as the package name.
If supplied, use the name and not the object id as the package name.
flavor::
If supplied, use to avoid ambiguity.
If supplied, use to avoid ambiguity.
version::
If supplied, use to install a specific version of the package named.
If supplied, use to install a specific version of the package named.
pkgsite::
If supplied, use to install from a specific package repository.
If supplied, use to install from a specific package repository.
state::
Either "present" or "absent".
Either "present" or "absent", defaults to "present"
EXAMPLES

@ -27,7 +27,7 @@ flavor::
If supplied, use to avoid ambiguity.
state::
The state the package should be in, either "present" or "absent"
Either "present" or "absent", defaults to "present"
EXAMPLES

@ -24,7 +24,7 @@ name::
If supplied, use the name and not the object id as the package name.
state::
The state the package should be in, either "present" or "absent"
Either "present" or "absent", defaults to "present"
EXAMPLES

@ -26,8 +26,7 @@ name::
If supplied, use the name and not the object id as the package name.
state::
The state the package should be in, either "present" or "absent"
(the old values "installed" or "removed" will be removed in cdist 2.1).
Either "present" or "absent", defaults to "present"
EXAMPLES

@ -24,7 +24,7 @@ name::
If supplied, use the name and not the object id as the package name.
state::
The state the package should be in, either "present" or "absent"
Either "present" or "absent", defaults to "present"
EXAMPLES

Loading…
Cancel
Save