Sha256: 73b3279ea0174adf0ef45ee45103839c667d303d8a316c770fa9d38a4539464a
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
# A plan that retrieves facts from the specified nodes by running # the 'facts' task on each. # # The $nodes parameter is a list of the nodes to retrieve the facts # from. plan facts::retrieve(TargetSpec $nodes) { return run_task('facts', $nodes, '_catch_errors' => true) }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bolt-0.20.6 | modules/facts/plans/retrieve.pp |
bolt-0.20.5 | modules/facts/plans/retrieve.pp |