summaryrefslogtreecommitdiff
path: root/etckeeper-commit-post
blob: 489b2bd55d87b3bad7f52750634f5afdf3be07ac (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

which etckeeper > /dev/null 2>&1 || exit 0

etckeeper commit "committing changes in /etc after puppet catalog run"

# Failure of etckeeper should not be fatal.
exit 0