bcefa6b6b9
Add packaging infrastructure to build the puppetlabs-lvm puppet module. Ported all pactches from Centos to Debian. Story: 2009101 Task: 43398 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I767b18a68f8721ec7f932597cf3d46a9bdd5baef
23 lines
862 B
Plaintext
23 lines
862 B
Plaintext
Source: puppet-lvm
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://forge.puppet.com/modules/puppetlabs/lvm
|
|
|
|
Package: puppet-lvm
|
|
Architecture: all
|
|
Depends: puppet (>= 4) | puppet-common (>= 3),
|
|
puppet-module-puppetlabs-stdlib,
|
|
puppet-module-puppetlabs-mount-core
|
|
${misc:depends}
|
|
Description: Puppet module for LVM volumes
|
|
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.
|
|
.
|
|
The LVM module lets you manage LVM volumes with Puppet.
|