puppet-ethercalc/metadata.json
Jens Harbott 05b1414b9b Update ethercalc to work with Ubuntu Xenial
- Set up service via systemd instead of upstart.
 - defupalt to using nodejs v6.x because of library issues.
 - upstream nodejs puppet knows how to do legacy symlinks on required
   platforms.

Depends-On: I2355cf58c899bf5f78173b2ed9da26548a9592d0
Depends-On: Ia7966fb9578d0d79f3a7f9480e3a956555737dc8
Change-Id: Ia3f4d3bbacbbe1a42a33a4f934173fb54a582a8e
2018-08-09 20:56:27 +02:00

16 lines
501 B
JSON

{
"name": "openstackinfra-ethercalc",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for Ethercalc",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-ethercalc.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/858",
"dependencies": [
{"name":"openstackinfra/httpd"},
{"name":"openstackinfra/redis"},
{"name":"puppet/nodejs"}
]
}