~peter-sabaini/charms/trusty/bootstack-config/obsolete

« back to all changes in this revision

Viewing changes to templates/sudoers/50-bootstack

  • Committer: Peter Sabaini
  • Date: 2019-02-20 15:44:30 UTC
  • Revision ID: peter.sabaini@canonical.com-20190220154430-n63i2sbtfrqbcdo9
[chrome0] This repo is deprecated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% for grp in sudoers_groups -%}
2
 
# Allow {{ grp }} full sudo
3
 
%{{ grp }}    ALL=(ALL:ALL) ALL
4
 
{% endfor %}