CFEngine Apt Modules
These modules are used to maintain packages on a Debian Linux system via APT.
Based on
this thread on the CFEngine mailing list.
Common tasks are supported:
- Updating the APT package database ( apt-get update ).
- Querying status information regarding a package.
- Installing a package, or a specific version of the package. ( apt-get install . )
Configuration required to make APT behave with automated software installation are included.
See the README for further details.
Download
CFEngineAptModules.tar.gz.
to top