Add the version to the dpkg package to allow updates

This commit is contained in:
Greg Karékinian 2019-05-14 17:10:15 +02:00
parent d398c167ca
commit 5106ba20fd

View File

@ -43,6 +43,7 @@ end
dpkg_package "ejabberd" do dpkg_package "ejabberd" do
source package_path source package_path
version "#{ejabberd_version}-0"
action :nothing action :nothing
notifies :create, "file[/lib/systemd/system/ejabberd.service]", :immediately notifies :create, "file[/lib/systemd/system/ejabberd.service]", :immediately
end end