diff --git a/pro/03_files_availability.json.tt2 b/pro/03_files_availability.json.tt2 deleted file mode 120000 index 00b743a..0000000 --- a/pro/03_files_availability.json.tt2 +++ /dev/null @@ -1 +0,0 @@ -../ce/03_files_availability.json.tt2 \ No newline at end of file diff --git a/pro/03_files_availability.json.tt2 b/pro/03_files_availability.json.tt2 new file mode 100644 index 0000000..65d341e --- /dev/null +++ b/pro/03_files_availability.json.tt2 @@ -0,0 +1,52 @@ +{ + "file": { + "/etc/apt/sources.list.d/sipwise.list": { + "exists": true, + "mode": "0444", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp-config/config.yml": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp-config/constants.yml": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp-config/network.yml": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp_version": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/sipwise_ngcp_version": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + } + } +}