ソースを参照

Merge pull request #20 from egarbi/master

path (if mapping) need to be list now
master
Wolodja Wentland 9年前
コミット
6caf737c50
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      pillar.example

+ 2
- 1
pillar.example ファイルの表示

@@ -15,7 +15,8 @@ logrotate:
- create 640 root adm
- sharedscripts
mysql:
path: /tmp/var/log/mysql/*.log
path:
- /tmp/var/log/mysql/*.log
config:
- weekly
- missingok

読み込み中…
キャンセル
保存