From 6cfd815cfc18b55a326598d776eb0eff15f0f2de Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 2 Apr 2011 02:39:48 +0200 Subject: [PATCH] cdist update --- software/cdist/man/cdist-reference.html | 10 +++++++++- software/cdist/man/cdist-type__package_yum.html | 9 ++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/software/cdist/man/cdist-reference.html b/software/cdist/man/cdist-reference.html index 30b352f9..a7d2638a 100644 --- a/software/cdist/man/cdist-reference.html +++ b/software/cdist/man/cdist-reference.html @@ -1,6 +1,6 @@ -cdist-reference(7)

cdist-reference(7)


1. NAME

cdist-reference - Variable, path and type reference for cdist

2. DESCRIPTION

Various scripts which are not in the core need information on how +cdist-reference(7)

cdist-reference(7)


1. NAME

cdist-reference - Variable, path and type reference for cdist

2. DESCRIPTION

Various scripts which are not in the core need information on how to find information. This manpage summarises the available environment variables, types and paths and clearifies with part may access which variables.

3. PATHS

If not specified otherwise, all paths are relative to the checkout directory.

conf/ @@ -167,6 +167,10 @@ __package_pacman.text
  • __package.text
  • +__package_yum.html +
  • +__package_yum.text +
  • __process
  • __process.html @@ -315,6 +319,10 @@ cdist-type__package_pacman.text(7)
  • cdist-type__package.text(7)
  • +cdist-type__package_yum.html(7) +
  • +cdist-type__package_yum.text(7) +
  • cdist-type__process(7)
  • cdist-type__process.html(7) diff --git a/software/cdist/man/cdist-type__package_yum.html b/software/cdist/man/cdist-type__package_yum.html index 7b3dd71c..001c30ee 100644 --- a/software/cdist/man/cdist-type__package_yum.html +++ b/software/cdist/man/cdist-type__package_yum.html @@ -1,7 +1,6 @@ -cdist-type__package_pacman(7)

    cdist-type__package_pacman(7)


    1. NAME

    cdist-type__package_pacman - Manage packages with pacman

    2. DESCRIPTION

    Pacman is usually used on the Archlinux distribution to manage -packages.

    3. REQUIRED PARAMETERS

    +cdist-type__package_yum(7)

    cdist-type__package_yum(7)


    1. NAME

    cdist-type__package_yum - Manage packages with yum

    2. DESCRIPTION

    Yum is usually used on the Fedora distribution to manage packages.

    3. REQUIRED PARAMETERS

    state
    Either "installed" or "deinstalled". @@ -10,13 +9,13 @@ name
    If supplied, use the name and not the object id as the package name.

    5. EXAMPLES

    # Ensure zsh in installed
    -__package_pacman zsh --state installed
    +__package_yum zsh --state installed
     
     # If you don't want to follow pythonX packages, but always use python
    -__package_pacman python --state installed --name python2
    +__package_yum python --state installed --name python2
     
     # Remove obsolete package
    -__package_pacman puppet --state deinstalled

    6. SEE ALSO

    • +__package_yum puppet --state deinstalled

    6. SEE ALSO

    • cdist-type(7)
    • cdist-type__package(7)