diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2
index 0759f75..f58f33d 100644
--- a/templates/130_filesys-ngcp.yaml.tt2
+++ b/templates/130_filesys-ngcp.yaml.tt2
@@ -72,14 +72,6 @@ file:
     filetype: directory
     contains: []
 
-  /etc/ngcp-config/shared-files:
-    exists: true
-    mode: "0755"
-    owner: root
-    group: root
-    filetype: directory
-    contains: []
-
   /etc/ngcp_version:
     exists: true
     mode: "0644"
diff --git a/templates/131_filesys-ngcp-pro.yaml.tt2 b/templates/131_filesys-ngcp-pro.yaml.tt2
index 99ca9d1..9ef592f 100644
--- a/templates/131_filesys-ngcp-pro.yaml.tt2
+++ b/templates/131_filesys-ngcp-pro.yaml.tt2
@@ -1,5 +1,13 @@
 file:
 
+  /etc/ngcp-config/shared-files:
+    exists: true
+    mode: "0755"
+    owner: root
+    group: root
+    filetype: directory
+    contains: []
+
   /etc/ngcp-config/shared-files/ssh:
     exists: true
     mode: "0755"