From: Silvio Rhatto Date: Tue, 4 Mar 2014 17:42:26 +0000 (-0300) Subject: Clean target update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41;p=puppet-bootstrap.git Clean target update --- 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