Mathias Gug <[email protected]> writes: > + # Remove puppet directories > + rm -rf /etc/puppet/
This is arguably a Debian policy violation because it would delete any
other local administrator configuration files in /etc/puppet. This should
be:
rmdir --ignore-fail-on-non-empty /etc/puppet
instead.
--
Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

