IABSD.fr/ports/databases/ruby-hiera/pkg

Branch :


Log

Author Commit Date CI Message
923672a5 2015-08-11 20:15:03 update @conflict markers which was forgotten after the switch to ruby 2.2
20e96e6d 2015-06-12 17:57:55 - remove bogus @unexec-delete - register conflict with upcoming hiera2 port as discussed with sebastia@
6f5c7a5c 2014-06-20 19:39:01 use @unexec-delete instead of @extraunexec
73909e65 2013-12-04 19:49:37 - update to hiera-1.3.0 * https://groups.google.com/forum/#!topic/puppet-users/jeeYWpP0y80
cdab788f 2013-06-11 12:05:49 add GEM_BIN_SUFFIX to the hiera script, will be needed whence this switches away from ruby18. no bump needed as it's currently a no-op.
5b2d4302 2013-04-24 08:44:35 Update to ruby-hiera-1.2.1.
3eba92d1 2013-03-09 09:38:51 /var/db/hiera/ is a directory, not a file.
a2bc03e7 2013-03-02 13:59:20 Fix this port: * depend on ruby18 and do not let the ruby module handles FLAVORs * enable regression tests * fix path to the default hiera database; and create its directory * install the yaml configuration file for the cli under SYSCONFDIR * configure hiera.yaml the same way it is done in the hiera tarball distributed by puppetlabs * tweak DESCR * take MAINTAINER Hiera now works out of the box with Puppet. ok jasper@
61d01861 2013-02-03 16:44:03 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@