import hiera-1.1.2

Hiera is a simple pluggable Hierarchical Database. It can be used to
store various information and therefor is a good fit for the
representation of infrastructure information. It can be used to querying
multiple data backends e.g. YAML or Puppet.

ok jeremy@
This commit is contained in:
jasper 2013-02-03 16:44:03 +00:00
parent 5b178ac7a5
commit 61d0186164
5 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/02/03 16:44:03 jasper Exp $
COMMENT= simple pluggable hierarchical database
DISTNAME= hiera-1.1.2
CATEGORIES= databases
HOMEPAGE= https://github.com/puppetlabs/hiera
MODULES= lang/ruby
# Apachev2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-json_pure,${MODRUBY_FLAVOR}
EXAMPLE_DIR= ${PREFIX}/share/examples/ruby-${GEM_MAN_SUFFIX}-hiera/
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
${INSTALL_DATA} ${FILESDIR}/hiera.yaml ${EXAMPLE_DIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (hiera-1.1.2.gem) = +SSfXGkmtV0umjdpOLBqgDOpGs5Wbm3sZG7NAPy51sY=
SIZE (hiera-1.1.2.gem) = 22528

View File

@ -0,0 +1,17 @@
# $OpenBSD: hiera.yaml,v 1.1.1.1 2013/02/03 16:44:03 jasper Exp $
---
:backends:
- yaml
:logger: console
:hierarchy:
- "%{location}"
- common
:yaml:
:datadir: /etc/puppet/hieradata
:puppet:
:datasource: data

View File

@ -0,0 +1,4 @@
Hiera is a simple pluggable Hierarchical Database. It can be used to
store various information and therefor is a good fit for the
representation of infrastructure information. It can be used to querying
multiple data backends e.g. YAML or Puppet.

View File

@ -0,0 +1,35 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/02/03 16:44:03 jasper Exp $
${GEM_BIN}/hiera${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/hiera
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/
${GEM_LIB}/gems/${DISTNAME}/lib/hiera.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/json_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/yaml_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/config.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/console_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/noop_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/puppet_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/util.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/json_backend_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/yaml_backend_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/config_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/console_logger_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/hiera_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/util_spec.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec
share/examples/ruby-${GEM_MAN_SUFFIX}-hiera/
share/examples/ruby-${GEM_MAN_SUFFIX}-hiera/hiera.yaml