Sha256: 4536534c49cb9f820025a7bf3a48cf03a61c126ce092e1c0e3ad5bb7c5ada5b1
Contents?: true
Size: 271 Bytes
Versions: 54
Compression:
Stored size: 271 Bytes
Contents
plan puppetdb_fact(TargetSpec $targets) { $targs = get_targets($targets) $certnames = $targs.map |$target| { $target.host } $pdb_facts = puppetdb_fact($certnames) $targs.each |$target| { add_facts($target, $pdb_facts[$target.host]) } return $pdb_facts }
Version data entries
54 entries across 54 versions & 1 rubygems