dcabc13405
Add packaging infrastructure for puppet-dcmanager to build a debian package. Story: 2009101 Task: 43316 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I49ff3321ec1675800c0309c738fe0bb3f068cfaa
19 lines
746 B
Plaintext
19 lines
746 B
Plaintext
Source: puppet-dcmanager
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: puppet-dcmanager
|
|
Architecture: all
|
|
Depends: puppet, ${misc:Depends}
|
|
Description: Puppet module for StarlingX dcmanager
|
|
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 manages both the installation and configuration of dcmanager.
|