Add uncommitted etckeeper-* things
[mirror/dsa-puppet.git] / etckeeper-commit-post
1 #!/bin/sh
2
3 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
4
5 which etckeeper > /dev/null 2>&1 || exit 0
6
7 etckeeper commit "committing changes in /etc after puppet catalog run"
8
9 # Failure of etckeeper should not be fatal.
10 exit 0