Skip to content

droid-php/droid-module-apt-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Droid Module: apt-config

Configure Apt. This module will configure Apt to permit the packaged cron jobs to trigger automatic updates of the package lists. This configuration may be overridden to set whatever options you wish.

For more information on Droid, please see droidphp.com.

The steps involved are:-

  1. Create /etc/apt/apt.conf where it does not exist.
  2. Write configuration values to /etc/apt/apt.conf.

Assumptions

  1. The platform is Debian-based.

Limitations

None.

Information required by the module

None.

Optional information

  1. Configuration values, as follows:-

     variables:
       apt_config:
         - [<string>, <string>] # e.g. ["APT::Periodic::RandomSleep", "0"]
    

About

A Droid module to configure Apt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published