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.
9 lines
189 B
YAML
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 }"
|