bootstrap-vz/plugins/user_packages
2013-11-22 09:03:47 +01:00
..
__init__.py Add references instead of instances to the tasklist 2013-10-27 18:11:53 +01:00
README.md Fix #104. Remove "enabled" from plugin manifests 2013-11-22 09:03:47 +01:00
user_packages.py Fix #107. Rename before and after task properties 2013-11-22 09:03:47 +01:00

User package plugin

This plugin gives the possibility to the user to install Debian packages in the virtual image.

Plugin is defined in the manifest file, plugin section with:

"user_packages": {
    "repo": [ "apache2" ],
    "local": [ "/tmp/mypackage.deb" ]
}

The repo element refers to packages available in Debian repository (apt-get).

The local element will copy the specified .deb files and install them in the image with a dpkg command. Packages are installed in the order of their declaration.