diff options
author | 2008-09-24 14:49:04 +0000 | |
---|---|---|
committer | 2008-09-24 14:49:04 +0000 | |
commit | 8e4d1de263bf9afaebe70e22ca8307bd8ad22e38 (patch) | |
tree | 92153a22abe6443de8dfdb488b70cc1f2c634099 /app-admin/puppet/metadata.xml | |
parent | whitespace (diff) | |
download | historical-8e4d1de263bf9afaebe70e22ca8307bd8ad22e38.tar.gz historical-8e4d1de263bf9afaebe70e22ca8307bd8ad22e38.tar.bz2 historical-8e4d1de263bf9afaebe70e22ca8307bd8ad22e38.zip |
Fixed init.d issue again, bug #237712. Added ldap and rrdtool USE flags, bug #237717.
Package-Manager: portage-2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'app-admin/puppet/metadata.xml')
-rw-r--r-- | app-admin/puppet/metadata.xml | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/app-admin/puppet/metadata.xml b/app-admin/puppet/metadata.xml index 70313d27d4f6..3d84a31e5dbe 100644 --- a/app-admin/puppet/metadata.xml +++ b/app-admin/puppet/metadata.xml @@ -1,8 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>matsuu@gentoo.org</email> -</maintainer> + <herd>no-herd</herd> + <maintainer> + <email>matsuu@gentoo.org</email> + </maintainer> + <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> + <use> + <flag name='rrdtool'>Eanble rrdtool support</flag> + </use> </pkgmetadata> |