Skip to content

Instantly share code, notes, and snippets.

@scottking2
scottking2 / apt_security.py
Created February 17, 2017 16:32
python execution module to create security.list for apt security updates
# -*- coding: utf-8 -*-
# Import python libs
import os
import copy
import shutil
from shutil import copyfile
#Import salt libs
import salt.utils