feat: convert `template-formula` to `arvados-formula`
[arvados-formula.git] / pillar.example
index 995d8f7faa251d8502c4bb55e44b4dfdca87a23c..96f3b5f8a5a1184fcdfca0623351ae449ea2e9fe 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # vim: ft=yaml
 ---
-TEMPLATE:
+arvados:
   lookup:
     master: template-master
     # Just for testing purposes
@@ -33,7 +33,7 @@ TEMPLATE:
     # All aspects of path/file resolution are customisable using the options below.
     # This is unnecessary in most cases; there are sensible defaults.
     # Default path: salt://< path_prefix >/< dirs.files >/< dirs.default >
-    #         I.e.: salt://TEMPLATE/files/default
+    #         I.e.: salt://arvados/files/default
     # path_prefix: template_alt
     # dirs:
     #   files: files_alt
@@ -41,15 +41,15 @@ TEMPLATE:
     # The entries under `source_files` are prepended to the default source files
     # given for the state
     # source_files:
-    #   TEMPLATE-config-file-file-managed:
+    #   arvados-config-file-file-managed:
     #     - 'example_alt.tmpl'
     #     - 'example_alt.tmpl.jinja'
 
     # For testing purposes
     source_files:
-      TEMPLATE-config-file-file-managed:
+      arvados-config-file-file-managed:
         - 'example.tmpl.jinja'
-      TEMPLATE-subcomponent-config-file-file-managed:
+      arvados-subcomponent-config-file-file-managed:
         - 'subcomponent-example.tmpl.jinja'
 
   # Just for testing purposes