In my IT team, we use an external tool to describe and manage a tree of directories with ownership and permissions.
This tool is able to provide the description of the directories in a custom format (let's say yaml).
Is it possible for a puppet module to get this yaml description and realize the directories described in that file ?
The idea is like an ENC but for managing a file resource.
Is it even possible ? How would I do this ?
↧