multipackage.templates.alacarte module

Basic Repo Template that reads subsystem definitions from a config file.

This template allows the user to choose exactly what subsystems to install and manage them manually.

Summary

Classes:

ManualTemplate

Reference

class multipackage.templates.alacarte.ManualTemplate[source]

Bases: multipackage.templates.repo_template.RepositoryTemplate

SHORT_NAME = 'manual'
SHORT_DESCRIPTION = 'Manually installs subsystems'
INFO_TEMPLATE = 'manual_info_template.tpl'
DOCTOR_TEMPLATE = 'manual_doctor_template.tpl'
install(repo)[source]

Install this template into a Repository object.

See RepositoryTemplate.install()

Parameters:repo (Repository) – The repository where we should install this template.