Remove group "sudo" from sudoers template
This commit is contained in:
		@@ -2,8 +2,6 @@
 | 
			
		||||
 | 
			
		||||
root ALL=(ALL) ALL
 | 
			
		||||
 | 
			
		||||
%sudo ALL=(ALL) NOPASSWD: ALL
 | 
			
		||||
 | 
			
		||||
{% for user in managed_users %}
 | 
			
		||||
{% if user.sudoer %}
 | 
			
		||||
{{ user.name }} ALL=(ALL) NOPASSWD: ALL
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user