blob: 2b8a79158379b9fc081bf462c5fa96b16d9cea27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ type: install
message: <<EOM
The plugin is installed in %%PREFIX%%/libexec/nomad/plugins
Please set the variable "plugin_dir" to this value in your server.hcl nomad configuration file
EOM
}
{ type: remove
message: <<EOM
The plugin is removed from %%PREFIX%%/libexec/nomad/plugins
Please, feel free to remove the plugin_dir variable from your server.hcl nomad configuration file
EOM
}
]
|