fix the path up for rsyslog.conf
This commit is contained in:
parent
eb6a96d849
commit
d81a82cf94
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@
|
||||||
action: copy src=$files/hosts/kojibuilder-hosts dest=/etc/hosts
|
action: copy src=$files/hosts/kojibuilder-hosts dest=/etc/hosts
|
||||||
|
|
||||||
- name: rsyslog.conf
|
- name: rsyslog.conf
|
||||||
action: copy src=$files/rsyslog.conf.kojibuilder dest=/etc/rsyslog.conf mode=644
|
action: copy src=$files/rsyslog/rsyslog.conf.kojibuilder dest=/etc/rsyslog.conf mode=644
|
||||||
notify:
|
notify:
|
||||||
- restart rsyslogd
|
- restart rsyslog
|
||||||
|
|
||||||
- name: /etc/postfix/main.cf
|
- name: /etc/postfix/main.cf
|
||||||
action: copy src=$files/postfix/main.cf.kojibuilder dest=/etc/postfix/main.cf
|
action: copy src=$files/postfix/main.cf.kojibuilder dest=/etc/postfix/main.cf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue