Sha256: 197bf4efd68dca542f28a1f80f65b1add37ab038e1120e31db49ea19b54e807c

Contents?: true

Size: 337 Bytes

Versions: 13

Compression:

Stored size: 337 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
require 'hiera/backend/eyaml/CLI'
require 'hiera/backend/eyaml/plugins'
require 'hiera/backend/eyaml/encryptors/pkcs7'

# Register all plugins
Hiera::Backend::Eyaml::Encryptors::Pkcs7.register
Hiera::Backend::Eyaml::Plugins.find

Hiera::Backend::Eyaml::CLI.parse
Hiera::Backend::Eyaml::CLI.execute

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
hiera-eyaml-2.0.3 bin/eyaml
hiera-eyaml-2.0.2 bin/eyaml
hiera-eyaml-2.0.1 bin/eyaml
clarenceb-hiera-eyaml-2.0.1 bin/eyaml
hiera-eyaml-2.0.0 bin/eyaml
hiera-eyaml-1.3.8 bin/eyaml
hiera-eyaml-1.3.7 bin/eyaml
hiera-eyaml-1.3.6 bin/eyaml
hiera-eyaml-1.3.5 bin/eyaml
hiera-eyaml-1.3.4 bin/eyaml
hiera-eyaml-1.3.3 bin/eyaml
hiera-eyaml-1.3.2 bin/eyaml
hiera-eyaml-1.3.1 bin/eyaml