Files
ports/sysutils/nomad-pot-driver/files/pkg-message.in
T
Luca Pizzamiglio 2ca272ce86 sysutils/nomad-pot-driver: fix messages
Fix pkg-message.in

Sponsored by:	trivago.N.V.
2019-10-22 09:12:39 +00:00

15 lines
394 B
Plaintext

[
{ 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
}
]