diff --git a/software/erp5/snippet-master.cfg b/software/erp5/snippet-master.cfg
index e1abc6fb93a5aa78ce95a63763d14c111d169424..fd99bc8e9cfe8bc7a56f235f9108c3220bd6c457 100644
--- a/software/erp5/snippet-master.cfg
+++ b/software/erp5/snippet-master.cfg
@@ -20,6 +20,7 @@ parts =
   cron-entry-tidstorage-backup
   logrotate-entry-tidstorage
   binary-link
+  erp5-update
   %(part_list)s
 
 eggs-directory = ${buildout:eggs-directory}
@@ -191,3 +192,13 @@ link-binary =
   ${poppler:location}/bin/pdfinfo
   ${poppler:location}/bin/pdftotext
   ${poppler:location}/bin/pdftohtml
+
+[erp5-update]
+recipe = slapos.cookbook:erp5.update
+url = http://$${%(zope_section)s:user}:$${%(zope_section)s:password}@$${%(haproxy_section)s:ip}:$${%(haproxy_section)s:port}/
+mysql-url = %(mysql-url)s
+kumofs-url = %(kumofs-url)s
+memcached-url = %(memcached-url)s
+cloudooo-url = %(cloudooo-url)s
+site-id = %(site_id)s
+openssl-binary = ${openssl:location}/bin/openssl
diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg
index 28721d41c4308d6c106da85bcb31a9de710fed79..3c2b0616c32dae1b5799867473e1950786040d97 100644
--- a/software/erp5/software.cfg
+++ b/software/erp5/software.cfg
@@ -88,7 +88,7 @@ mode = 0644
 [template-snippet-master]
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/snippet-master.cfg
-md5sum = bd649b621d0619983d6dc9f79df554b7
+md5sum = 7a4478ece1356918f37f4c98774b850b
 output = ${buildout:directory}/template-snippet-master.cfg
 mode = 0644