From 8c81709fc60ba9fb5e3007f6b4f9e079b37dcb8e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 5 Oct 2015 19:27:10 +0200 Subject: [PATCH] dnet-openaire: VM for the parthenos project. New role to download (we do not install it because the procedure is awful) a standalone version of eXist. --- dnet_user_services_perms/templates/dnet-sudoers.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnet_user_services_perms/templates/dnet-sudoers.j2 b/dnet_user_services_perms/templates/dnet-sudoers.j2 index 34bd9498..b5e66d42 100644 --- a/dnet_user_services_perms/templates/dnet-sudoers.j2 +++ b/dnet_user_services_perms/templates/dnet-sudoers.j2 @@ -1,3 +1,3 @@ -%{{ dnet_sudoers_group }} ALL=(ALL) NOPASSWD: {% if tomcat_m_instances is defined %}/etc/init.d/tomcat7, /etc/init.d/tomcat-instance-*{% endif %}{% if dnet_sudo_commands is defined %}{% for cmd in dnet_sudo_commands %}{{ cmd }}{% if not loop.last %},{% endif %}{% endfor %}{% endif %} +%{{ dnet_sudoers_group }} ALL=(ALL) NOPASSWD: {% if tomcat_m_instances is defined %}/etc/init.d/tomcat7, /etc/init.d/tomcat-instance-*{% endif %} {% if dnet_sudo_commands is defined %},{% for cmd in dnet_sudo_commands %}{{ cmd }}{% if not loop.last %},{% endif %}{% endfor %}{% endif %}