diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:42:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:42:26 -0300 |
commit | d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41 (patch) | |
tree | ee678495cd2679a2e1826465b8d09639a6232c59 /Makefile | |
parent | 331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf (diff) | |
download | puppet-bootstrap-d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41.tar.gz puppet-bootstrap-d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41.tar.bz2 |
Clean target update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ apply: $(PUPPET) manifests/bootstrap/$(stage).pp clean: - rm auth.conf fileserver.conf puppet.conf - rm manifests/classes/users.pp + rm -f auth.conf fileserver.conf puppet.conf + rm -f manifests/classes/users.pp rm -rf ssl rm -rf modules git checkout modules |