File: project_data.yaml

package info (click to toggle)
hiera 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: ruby: 2,990; makefile: 30; sh: 17
file content (15 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
project: 'hiera'
author: 'Puppet Labs'
email: 'info@puppetlabs.com'
homepage: 'https://github.com/puppetlabs/hiera'
summary: 'Light weight hierarchical data store'
description: 'A pluggable data store for hierarcical data'
version_file: 'lib/hiera.rb'
# files and gem_files are space separated lists
files: '[A-Z]* ext lib bin spec acceptance_tests install.rb'
gem_files: '{bin,lib}/**/* COPYING README.md LICENSE'
gem_require_path: 'lib'
gem_test_files: 'spec/**/*'
gem_executables: 'hiera'
gem_default_executables: 'hiera'