Salt - caching proxy - updated README and provided spec file.

This commit is contained in:
unman 2021-02-10 06:52:05 +00:00
parent 8f9bf9d0f8
commit 72eea5ad55
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

23
cacher.spec Normal file
View File

@ -0,0 +1,23 @@
Name: cacher
Version: 1.0
Release: 1%{?dist}
Summary: Salt a caching proxy
License: GPLv3+
SOURCE0: cacher
%description
Salt state to implement a caching proxy
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/srv/salt
cp -rv %{SOURCE0}/ %{buildroot}/srv/salt
%files
%defattr(-,root,root,-)
/srv/salt/cacher/*
%changelog
* Wed Fed 03 2021 unman <unman@thirdeyesecurity.org>
- First Build