Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

Are conditionals parsed by the puppet master for catalog compilation purposes?

$
0
0
Let's say I have a conditional like: exec { "run this command": unless => "test -f /var/run/somefile", ... } When the puppet master compiles the catalog for the agent, is the conditional evaluated by the master or the agent? That is -- does the master tell the agent "run this command unless this value is true", or does the master say "hey agent, is the value true?" and the agent says "yes" so the master doesn't tell it about the command.

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>