Is it possible to get memory value in Puppet/YAML? I would like to calculate max_memory_usage value in this YAML file.
...
clickhouse::server::profiles:
production:
max_memory_usage: "ceiling %{facts.memory.system.total_bytes} * 0.7"
...
Thank in advance