Sha256: 48de25d5d84166a7cedb10dc6324916e7eb783dfdfd3bd9e1423b882d23e5530
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 Bytes
Contents
Feature: eyaml hiera integration In order to use eyaml as a hiera plugin As a developer using hiera-eyaml I want to verify that hiera-eyaml works within puppet and hiera Scenario: verify puppet3 with hiera can use hiera-eyaml to decrypt data When I run `rm -f /tmp/eyaml_puppettest.1 /tmp/eyaml_puppettest.2 /tmpeyaml_puppettest.3 2>/dev/null` When I run `puppet apply --confdir ./puppet --node_name_value localhost puppet/manifests/init.pp` When I run `cat /tmp/eyaml_puppettest.1` Then the output should match /good night/ When I run `cat /tmp/eyaml_puppettest.2` Then the output should match /and good luck/ When I run `cat /tmp/eyaml_puppettest.3` Then the output should match /and good luck/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hiera-eyaml-1.3.1 | features/puppet.feature |