I want to find out how Puppet handles manifests: in master process or Puppet forks it to execute in child process?
It necessary for me to know what exactly do puppet master
while handling manifests, because I need to push some default configurations into "container"
running on "client"
machine. That "client"
node is the slave of host with puppet master
, but "container"
does not have puppet
. And then I have to apply these configs on "container"
without using puppet