salt.states.pkgng#
Manage package remote repo using FreeBSD pkgng#
Salt can manage the URL pkgng pulls packages from. ATM the state and module are small so use cases are typically rather simple:
pkgng_clients:
pkgng.update_packaging_site:
- name: "http://192.168.0.2"
- salt.states.pkgng.update_packaging_site(name)#