From 5106ba20fd6fca168e57b1c2b59c701277b80f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 14 May 2019 17:10:15 +0200 Subject: [PATCH] Add the version to the dpkg package to allow updates --- site-cookbooks/kosmos-ejabberd/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-ejabberd/recipes/default.rb b/site-cookbooks/kosmos-ejabberd/recipes/default.rb index b7573c8..37bdf96 100644 --- a/site-cookbooks/kosmos-ejabberd/recipes/default.rb +++ b/site-cookbooks/kosmos-ejabberd/recipes/default.rb @@ -43,6 +43,7 @@ end dpkg_package "ejabberd" do source package_path + version "#{ejabberd_version}-0" action :nothing notifies :create, "file[/lib/systemd/system/ejabberd.service]", :immediately end