Manages apt repositores (such as for Debian/Ubuntu).
."------OPTIONS
."
."
.SHOPTIONS
.IPrepo
The repository name/value(required)
.IPstate
The repository state
.IRChoices:
present,absent. (default: present)."
."
."------NOTES
.SHNOTES
.PP
This module works on Debian and Ubuntu only and requires \fCapt-add-repository\fR be available on destination server. To ensure this package is available use the \fCapt\fR module and install the \fCpython-software-properties\fR package before using this module.
.PP
A bug in \fCapt-add-repository\fR always adds \fCdeb\fR and \fCdeb-src\fR types for repositories (see the issue on Launchpad \fIhttps://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/987264\fR), if a repo doesn't have source information (eg MongoDB repo from 10gen) the system will fail while updating repositories.