Skip to content

This Python script can be used to add or remove packages from the 'hold' state in the Advanced Package Tool.

License

Notifications You must be signed in to change notification settings

nfsec/pkgkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pkgkeeper

This Python script can be used to add or remove packages from the 'hold' state in the Advanced Package Tool on Debian-based systems.

For example, it could be assigned to a different Puppet/Ansible class level in order to keep track of packages that should not be updated.

class { "pkgkeeper":
  keep_packages => ['nginx','openssl']
}

About

This Python script can be used to add or remove packages from the 'hold' state in the Advanced Package Tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages