1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: puppet-module-openstacklib
Section: admin
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all,
python-pbr,
python-setuptools,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/puppet-module-openstacklib.git
Vcs-Git: https://anonscm.debian.org/git/openstack/puppet-module-openstacklib.git
Homepage: https://github.com/openstack/puppet-openstacklib
Package: puppet-module-openstacklib
Architecture: all
Depends: puppet-common,
puppet-module-puppetlabs-apache,
puppet-module-puppetlabs-inifile,
puppet-module-puppetlabs-mysql,
puppet-module-puppetlabs-postgresql,
puppet-module-puppetlabs-rabbitmq,
puppet-module-puppetlabs-stdlib,
${misc:Depends},
Description: exposes common functionality between Openstack modules as a library
Puppet lets you centrally manage every important aspect of your system using a
cross-platform specification language that manages all the separate elements
normally aggregated in different files, like users, cron jobs, and hosts,
along with obviously discrete elements like packages, services, and files.
.
This module is used to expose common functionality between Openstack modules as
a library that can be utilized to avoid code duplication.
|