Cleanup step

This commit is contained in:
thomashaw
2016-06-15 18:00:58 +01:00
parent a84c59e3af
commit ed5cdc56b7

View File

@@ -60,4 +60,9 @@ class proftpd_133c_backdoor::install {
file { [ '/etc/proftpd/modules.conf', '/var/log/proftpd/proftpd.log']:
ensure => file,
}
# Cleanup
exec { 'directory-cleanup':
command => '/bin/rm /usr/local/src/backdoored_proftpd-1.3.3c/ -rf',
}
}