We were trying to migrate the secrets we store in eyaml to HashiCorp Vault 
and use vault_lookup with Deferred to retrieve them. My team owns the base 
profile. Turns out one of our business partners is storing a key tab binary 
file in eyaml and writing it out to the file system using the File resource 
type. This results in pson being used to retrieve the catalog instead of 
json, which breaks the use of Deferred objects.

Is there anyway or suggestions on how to fix this? (We are using puppet 
agent 7.24.)

Currently our business partner is using something like:

$mykeytab = lookup('mymodule::mykeytab')

file { '/path/to/mykeytab':
  ensure => file,
  content => $mykeytab,
}

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/a389c7fd-affa-4cb6-aee1-c880249f49ban%40googlegroups.com.

Reply via email to