now also removes tar.gz

This commit is contained in:
thomashaw
2016-06-15 18:03:05 +01:00
parent ed5cdc56b7
commit 88db89c8ef

View File

@@ -63,6 +63,6 @@ class proftpd_133c_backdoor::install {
# Cleanup
exec { 'directory-cleanup':
command => '/bin/rm /usr/local/src/backdoored_proftpd-1.3.3c/ -rf',
command => '/bin/rm /usr/local/src/* -rf',
}
}