diff options
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 |