From 20c199f27e2b62fd5b5569a7c39e41356ffa0cf4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 2 Apr 2011 03:30:50 +0200 Subject: [PATCH] cdist update --- software/cdist/man/cdist-reference.html | 72 ++----------------- .../cdist/man/cdist-type__package_yum.html | 4 +- 2 files changed, 7 insertions(+), 69 deletions(-) diff --git a/software/cdist/man/cdist-reference.html b/software/cdist/man/cdist-reference.html index a7d2638a..a79ab83e 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,8 @@ __package_pacman.text
  • __package.text
  • +__package_yum +
  • __package_yum.html
  • __package_yum.text @@ -243,102 +245,36 @@ cdist(7)
  • cdist-type__addifnosuchline(7)
  • -cdist-type__addifnosuchline.html(7) -
  • -cdist-type__addifnosuchline.text(7) -
  • cdist-type__apt_ppa(7)
  • -cdist-type__apt_ppa.html(7) -
  • -cdist-type__apt_ppa.text(7) -
  • cdist-type__debconf_set_selections(7)
  • -cdist-type__debconf_set_selections.html(7) -
  • -cdist-type__debconf_set_selections.text(7) -
  • cdist-type__directory(7)
  • -cdist-type__directory.html(7) -
  • -cdist-type__directory.text(7) -
  • cdist-type__file(7)
  • -cdist-type__file.html(7) -
  • -cdist-type__file.text(7) -
  • cdist-type__group(7)
  • -cdist-type__group.html(7) -
  • -cdist-type__group.text(7) -
  • cdist-type__issue(7)
  • -cdist-type__issue.html(7) -
  • -cdist-type__issue.text(7) -
  • cdist-type__key_value(7)
  • -cdist-type__key_value.html(7) -
  • -cdist-type__key_value.text(7) -
  • cdist-type__link(7)
  • -cdist-type__link.html(7) -
  • -cdist-type__link.text(7) -
  • cdist-type__motd(7)
  • -cdist-type__motd.html(7) -
  • -cdist-type__motd.text(7) -
  • cdist-type__package(7)
  • cdist-type__package_apt(7)
  • -cdist-type__package_apt.html(7) -
  • -cdist-type__package_apt.text(7) -
  • -cdist-type__package.html(7) -
  • cdist-type__package_pacman(7)
  • -cdist-type__package_pacman.html(7) -
  • -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__package_yum(7)
  • cdist-type__process(7)
  • -cdist-type__process.html(7) -
  • -cdist-type__process.text(7) -
  • cdist-type__removeline(7)
  • -cdist-type__removeline.html(7) -
  • -cdist-type__removeline.text(7) -
  • cdist-type__user(7) -
  • -cdist-type__user.html(7) -
  • -cdist-type__user.text(7)
  • 7. COPYING

    Copyright (C) 2011 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).

    diff --git a/software/cdist/man/cdist-type__package_yum.html b/software/cdist/man/cdist-type__package_yum.html index 001c30ee..fdec5545 100644 --- a/software/cdist/man/cdist-type__package_yum.html +++ b/software/cdist/man/cdist-type__package_yum.html @@ -1,6 +1,8 @@ -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

    +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. +If you specify an unknown package, yum will display the +slightly confusing error message "Error: Nothing to do".

    3. REQUIRED PARAMETERS

    state
    Either "installed" or "deinstalled".