summaryrefslogtreecommitdiff
blob: 7ac132fb0a532ca20824099d48450f1454562bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>prometheanfire@gentoo.org</email>
		<name>Matthew Thode</name>
	</maintainer>
	<use>
		<flag name="puppetdb">Adds puppetdb support</flag>
	</use>
	<longdescription lang="en">
		Centralised configuration management for networks
		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.

		Puppet's simple declarative specification language provides powerful
		classing abilities for drawing out the similarities between hosts while
		allowing them to be as specific as necessary, and it handles dependency
		and prerequisite relationships between objects clearly and explicitly.
	</longdescription>
</pkgmetadata>