diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-07-10 19:52:26 +1000 |
| commit | 605d760dd72b7b6bd3fd54e9f6c3ffacb1b9ee52 (patch) | |
| tree | bfab41f07b972f61585ef2fcf454ad9fdef6c832 /debian/puppet.logrotate | |
| parent | d25c2b282cc4cd703bba3d2457f93431098ddc85 (diff) | |
Moved debian to conf and updated examples directory
Diffstat (limited to 'debian/puppet.logrotate')
| -rw-r--r-- | debian/puppet.logrotate | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/puppet.logrotate b/debian/puppet.logrotate deleted file mode 100644 index 3864e396d..000000000 --- a/debian/puppet.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/puppet/*log { - missingok - create 0644 puppet puppet - compress - rotate 4 - - postrotate - [ -e /etc/init.d/puppetmaster ] && /etc/init.d/puppetmaster restart >/dev/null 2>&1 || true - [ -e /etc/init.d/puppet ] && /etc/init.d/puppet reload > /dev/null 2>&1 || true - endscript -} |
