parent
94f4f97cf1
commit
79ae872c48
@ -0,0 +1,5 @@ |
||||
salt-formula-grafana (0.1) trusty; urgency=medium |
||||
|
||||
* Initial release |
||||
|
||||
-- Filip Pytloun <filip.pytloun@tcpcloud.eu> Thu, 13 Aug 2015 23:23:41 +0200 |
@ -0,0 +1 @@ |
||||
9 |
@ -0,0 +1,15 @@ |
||||
Source: salt-formula-grafana |
||||
Maintainer: tcpcloud Packaging Team <pkg-team@tcpcloud.eu> |
||||
Section: admin |
||||
Priority: optional |
||||
Build-Depends: debhelper (>= 9) |
||||
Standards-Version: 3.9.6 |
||||
Homepage: http://www.tcpcloud.eu |
||||
Vcs-Browser: https://github.com/tcpcloud/salt-formula-grafana |
||||
Vcs-Git: https://github.com/tcpcloud/salt-formula-grafana.git |
||||
|
||||
Package: salt-formula-grafana |
||||
Architecture: all |
||||
Depends: ${misc:Depends}, salt-master, reclass |
||||
Description: grafana Salt formula |
||||
Install and configure grafana server and relay. |
@ -0,0 +1,15 @@ |
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
||||
Upstream-Name: salt-formula-grafana |
||||
Upstream-Contact: Filip Pytloun <filip.pytloun@tcpcloud.eu> |
||||
Source: https://github.com/tcpcloud/salt-formula-grafana |
||||
|
||||
Files: * |
||||
Copyright: 2014-2015 tcp cloud |
||||
License: Apache-2.0 |
||||
Copyright (C) 2014-2015 tcp cloud |
||||
. |
||||
Licensed under the Apache License, Version 2.0 (the "License"); |
||||
you may not use this file except in compliance with the License. |
||||
. |
||||
On a Debian system you can find a copy of this license in |
||||
/usr/share/common-licenses/Apache-2.0. |
@ -0,0 +1,2 @@ |
||||
README.rst |
||||
VERSION |
@ -0,0 +1,2 @@ |
||||
grafana/* /usr/share/salt-formulas/env/grafana/ |
||||
metadata/service/* /usr/share/salt-formulas/reclass/service/grafana/ |
@ -0,0 +1,5 @@ |
||||
#!/usr/bin/make -f |
||||
|
||||
%: |
||||
dh $@ |
||||
|
@ -0,0 +1 @@ |
||||
3.0 (native) |
Loading…
Reference in new issue