diff --git a/templates/131_filesys-ngcp-pro.yaml.tt2 b/templates/131_filesys-ngcp-pro.yaml.tt2 index b6ad2db..a6af081 100644 --- a/templates/131_filesys-ngcp-pro.yaml.tt2 +++ b/templates/131_filesys-ngcp-pro.yaml.tt2 @@ -5,6 +5,26 @@ -%] file: + /etc/ngcp-config/sites: + exists: + or: + - true + - false + mode: "0755" + owner: root + group: root + filetype: directory + + /etc/ngcp-config/sites/current: + exists: + or: + - true + - false + mode: "0777" + owner: root + group: root + filetype: symlink + /etc/ngcp-config/shared-files: exists: true mode: "0755"