mirror of
https://github.com/unman/shaker.git
synced 2024-12-26 15:59:31 -05:00
Salt - caching proxy - updated README and provided spec file.
This commit is contained in:
parent
8f9bf9d0f8
commit
72eea5ad55
23
cacher.spec
Normal file
23
cacher.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user