cdist/cdist/conf/type/__package_dpkg/man.rst

45 lines
963 B
ReStructuredText
Raw Normal View History

2014-08-18 17:09:19 +00:00
cdist-type__package_dpkg(7)
==========================
NAME
----
cdist-type__package_dpkg - Manage packages with dpkg
DESCRIPTION
-----------
__package_dpkg is used on Debian and variants (like Ubuntu) to
install packages that are provided locally as *.deb files.
2014-08-18 17:09:19 +00:00
The object given to __package_dpkg must be the name of the deb package.
2014-08-18 17:09:19 +00:00
REQUIRED PARAMETERS
2014-08-18 17:09:19 +00:00
-------------------
source
path to the *.deb package
2014-08-18 17:09:19 +00:00
EXAMPLES
--------
.. code-block:: sh
# Install foo and bar packages
__package_dpkg --source /tmp/foo_0.1_all.deb foo_0.1_all.deb
__package_dpkg --source $__type/files/bar_1.4.deb bar_1.4.deb
2014-08-18 17:09:19 +00:00
SEE ALSO
--------
:strong:`cdist-type`\ (7), :strong:`cdist-type__package`\ (7)
2014-08-18 17:09:19 +00:00
AUTHORS
-------
Tomas Pospisek <tpo_deb--@--sourcepole.ch>
2014-08-18 17:09:19 +00:00
COPYING
-------
Copyright \(C) 2013 Tomas Pospisek. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).
This type is based on __package_apt.