more path and typo fixes

This commit is contained in:
Seth Vidal 2013-05-07 15:30:27 +00:00
parent a7f7377296
commit 133c3f0454

View file

@ -66,13 +66,13 @@
- configs - configs
- name: /etc/hosts - name: /etc/hosts
action: copy src=$files/hosts/releng-hostsdest=/etc/hosts action: copy src=$files/hosts/releng-hosts dest=/etc/hosts
tags: tags:
- configs - configs
- name: rsyslog.conf - name: rsyslog.conf
action: copy src=$files/rsyslog.conf.releng dest=/etc/rsyslog.conf mode=644 action: copy src=$files/rsyslog/rsyslog.conf.releng dest=/etc/rsyslog.conf mode=644
tags: tags:
- configs - configs