Showing content from https://raw.github.com/cfengine/core/master/examples/namespace_variable_references.cf below:
bundle agent __main__ { methods: "example:demo"; } body file control { namespace => "example"; } bundle agent demo { vars: "color" string => "#f5821f"; reports: "Unqualified: The color is $(color)"; # ENT-8817 "Bundle-qualified: The color is $(demo.color)"; "Fully-qualified: The color is $(example:demo.color)"; } ############################################################################### #+begin_src example_output #@ ``` #@ R: Unqualified: The color is #f5821f #@ R: Fully-qualified: The color is #f5821f #@ ``` #+end_src
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4