mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Update to phishing lab, puppet fix (2)
This commit is contained in:
@@ -116,6 +116,7 @@ class phish_victim_bot::install {
|
||||
source => 'puppet:///modules/phish_victim_bot/mail.jar',
|
||||
}~>
|
||||
exec{ 'compile to mailreader class':
|
||||
path => ['/bin', '/usr/bin', '/usr/local/bin', '/sbin', '/usr/sbin'],
|
||||
command => "javac -cp /opt/mailreader/mail.jar:/opt/mailreader/activation-1.1-rev-1.jar MailReader.java && chmod 0755 /opt/mailreader/MailReader.class && chown root:root /opt/mailreader/MailReader.class",
|
||||
cwd => '/opt/mailreader/',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user