Skip to content

Commit c9c3390

Browse files
authored
Merge pull request #155 from thin-edge/fix-preservice-config
fix(packaging): set the config type when building the linux package
2 parents 3b2a896 + c25af7b commit c9c3390

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ nfpms:
121121
# Config
122122
- src: ./packaging/config.toml
123123
dst: /etc/tedge/plugins/tedge-container-plugin.toml
124+
type: config
124125
file_info:
125126
mode: 0644
126127
owner: tedge

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ Checkout the [TELEMETRY](./docs/TELEMETRY.md) docs for details on what is includ
9797

9898
The tedge-container-plugin can be configured with the following properties.
9999

100-
A default configuration is provided in the package, [tedge-container-plugin/config.toml](./packaging/config.toml) and it include a description of each property.
100+
A default configuration is provided in the package, [tedge-container-plugin.toml](./packaging/config.toml) and it include a description of each property.
101101

102102

103103
**Default Configuration file location**
104104

105105
```sh
106-
/etc/tedge-container-plugin/config.toml
106+
/etc/tedge/plugins/tedge-container-plugin.toml
107107
```
108108

109109
**Note**

0 commit comments

Comments
 (0)