Files
mgmt/examples/yaml/pippet1.yaml
Felix Frank 63af50bf98 engine: resources: pippet: Initial implementation for new resource type
The pippet resource implements faster integration of Puppet resources
in mgmt at runtime, by piping synchronization commands to a Puppet
process that keeps running alongside mgmt. This avoids huge overhead
through launching a Puppet process for each operation on a resource
that is delegated to Puppet.
2020-01-03 01:19:37 -05:00

9 lines
189 B
YAML

---
graph: mygraph
resources:
pippet:
- name: File[mylink]
type: file
title: mylink
params: "{ path: /tmp/pippet1_link, ensure: link, target: /tmp/pippet1_target }"