diff --git a/cmf-cli/resources/template_feed/init/app_deployment_manifest.xml b/cmf-cli/resources/template_feed/init/app_deployment_manifest.xml
index 4d601412..a4944b6a 100644
--- a/cmf-cli/resources/template_feed/init/app_deployment_manifest.xml
+++ b/cmf-cli/resources/template_feed/init/app_deployment_manifest.xml
@@ -162,24 +162,17 @@
true
true
true
-
- Viewer
+ Viewer
true
true
-
- X-FORWARDED-USER
-
- username
+ X-FORWARDED-USER
+ username
true
-
- Role:X-Forwarded-Grafana-Role
+ Role:X-Forwarded-Grafana-Role
false
- {{
- Global.GetInstallationId() }}
-
- /var/opt/envmanager/installation/$(SYSTEM_NAME)
- {{
- Global.Deployable.BaseSystemName }}CDM
+ {{ Global.GetInstallationId() }}
+ /var/opt/envmanager/installation/$(SYSTEM_NAME)
+ {{ Global.Deployable.BaseSystemName }}CDM
true
@@ -269,7 +262,7 @@
internal="/var/lib/grafana/" />
diff --git a/tests/Fixtures/pack/app/app_deployment_manifest.xml b/tests/Fixtures/pack/app/app_deployment_manifest.xml
index a69dabf9..1a23799c 100644
--- a/tests/Fixtures/pack/app/app_deployment_manifest.xml
+++ b/tests/Fixtures/pack/app/app_deployment_manifest.xml
@@ -167,33 +167,17 @@
true
true
true
-
- Viewer
-
+ Viewer
true
true
-
- X-FORWARDED-USER
-
-
- username
-
+ X-FORWARDED-USER
+ username
true
-
- Role:X-Forwarded-Grafana-Role
-
+ Role:X-Forwarded-Grafana-Role
false
-
- {{
- Global.GetInstallationId() }}
-
-
- /var/opt/envmanager/installation/$(SYSTEM_NAME)
-
-
- {{
- Global.Deployable.BaseSystemName }}CDM
-
+ {{ Global.GetInstallationId() }}
+ /var/opt/envmanager/installation/$(SYSTEM_NAME)
+ {{ Global.Deployable.BaseSystemName }}CDM
true
diff --git a/tests/Specs/Pack.cs b/tests/Specs/Pack.cs
index 11b46edf..6e7f4b9d 100644
--- a/tests/Specs/Pack.cs
+++ b/tests/Specs/Pack.cs
@@ -195,10 +195,7 @@ public void Grafana()
""packageId"": ""Cmf.Custom.Grafana"",
""version"": ""{version}"",
""description"": ""Cmf Custom Grafana Package"",
- ""packageType"": ""Generic"",
- ""targetLayer"": ""grafana"",
- ""isInstallable"": true,
- ""isUniqueInstall"": true,
+ ""packageType"": ""Grafana"",
""steps"": [
{{
""order"": ""1"",