diff options
Diffstat (limited to 'tutorials/ApacheCNF/templates/base_native/MANIFEST.json')
-rw-r--r-- | tutorials/ApacheCNF/templates/base_native/MANIFEST.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tutorials/ApacheCNF/templates/base_native/MANIFEST.json b/tutorials/ApacheCNF/templates/base_native/MANIFEST.json new file mode 100644 index 00000000..cfaba8d9 --- /dev/null +++ b/tutorials/ApacheCNF/templates/base_native/MANIFEST.json @@ -0,0 +1,15 @@ +{ + "name": "simpleCNF", + "description": "", + "data": [ + { + "file": "CBA.zip", + "type": "CONTROLLER_BLUEPRINT_ARCHIVE" + }, + { + "file": "helm_apache.tgz", + "type": "HELM", + "isBase": "true" + } + ] +} |