aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 14:42:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 14:42:26 -0300
commitd42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41 (patch)
treeee678495cd2679a2e1826465b8d09639a6232c59 /Makefile
parent331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf (diff)
downloadpuppet-bootstrap-d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41.tar.gz
puppet-bootstrap-d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41.tar.bz2
Clean target update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f46165..ea2f190 100644
--- a/Makefile
+++ b/Makefile
@@ -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