change kernel-qa file location

This commit is contained in:
Seth Vidal 2013-05-23 21:43:11 +00:00
parent 3591ad4ac3
commit d673bdb9a0
2 changed files with 3 additions and 3 deletions

View file

@ -3,5 +3,5 @@ freezes: true
resolvconf: $files/resolv.conf/phx2
rsyslogconf: $files/rsyslog/rsyslog.conf.phx2
fas_client_groups: sysadmin-kernel
sudoers: $private/files/sudo/kernel-qa-sudoers
sudoers: $private/files/sudo/kernel-qa

View file

@ -6,8 +6,8 @@
#
# Put in place the default sysadmin-main sudoers file.
#
- name: setup /etc/sudoers.d/sysadmin-main-sudoers
action: copy src=$private/files/sudo/sysadmin-main-sudoers dest=/etc/sudoers.d/ owner=root group=root mode=0600
- name: setup /etc/sudoers.d/sysadmin-main
action: copy src=$private/files/sudo/sysadmin-main dest=/etc/sudoers.d/ owner=root group=root mode=0600
tags:
- config
#