summaryrefslogtreecommitdiff
path: root/sysutils/nomad-driver-podman/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nomad-driver-podman/files/pkg-message.in')
-rw-r--r--sysutils/nomad-driver-podman/files/pkg-message.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/nomad-driver-podman/files/pkg-message.in b/sysutils/nomad-driver-podman/files/pkg-message.in
new file mode 100644
index 000000000000..2b8a79158379
--- /dev/null
+++ b/sysutils/nomad-driver-podman/files/pkg-message.in
@@ -0,0 +1,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
+}
+]