mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
lab updates
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
class lime::install{
|
||||
Exec { path => ['/bin','/sbin','/usr/bin', '/usr/sbin'] }
|
||||
|
||||
ensure_packages(['git','build-essentials'])
|
||||
ensure_packages(['git','build-essential', "linux-headers-${facts['kernelrelease']}"])
|
||||
|
||||
exec { 'install linux-headers for LiME':
|
||||
command => 'apt-get install linux-headers-$(uname -r)',
|
||||
}->
|
||||
# exec { 'install linux-headers for LiME':
|
||||
# command => "apt-get install linux-headers-${facts['kernelrelease']}",
|
||||
# provider => 'shell',
|
||||
# }->
|
||||
exec {'clone LiME repo':
|
||||
command => 'git clone https://github.com/504ensicsLabs/LiME.git',
|
||||
cwd => '/root/'
|
||||
|
||||
@@ -13,4 +13,7 @@
|
||||
|
||||
<reference>https://github.com/504ensicsLabs/LiME</reference>
|
||||
|
||||
<requires>
|
||||
<type>update</type>
|
||||
</requires>
|
||||
</utility>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
class zip_file::install {
|
||||
ensure_packages(['zip'])
|
||||
}
|
||||
Reference in New Issue
Block a user