It would be pretty sweet if it was easy to specify both the VERSION (master, 3.12.2 )of cfengine as well as the EDITION (enterprise, core|community).
* My example
#+NAME: example
#+BEGIN_SRC cfengine3 :cfengine-version "master" :cfengine-edition "enterprise"
#+END_SRC
Then reusable CALL blocks could be used
# How do I set header args for the called block? Can I?
# https://org-babel.readthedocs.io/en/latest/header-args/
#+header: :cfengine-version "3.12.1" :cfengine-edition "core"
#+CALL: example()
It would be pretty sweet if it was easy to specify both the VERSION (
master
,3.12.2 )
of cfengine as well as the EDITION (enterprise
,core|community
).Then reusable CALL blocks could be used