Packages: Install further utilities
Install sngrep on ubuntu Install fping and htop in general
This commit is contained in:
parent
959d9524a2
commit
01908da55d
2 changed files with 9 additions and 2 deletions
|
@ -62,6 +62,13 @@ class rhizo_base::apt::ubuntu inherits rhizo_base::apt::common {
|
|||
repos => 'main',
|
||||
key_source => 'https://deb.nodesource.com/gpgkey/nodesource.gpg.key'
|
||||
}
|
||||
|
||||
apt::source { 'irontec':
|
||||
location => 'http://packages.irontec.com/ubuntu',
|
||||
release => 'precise',
|
||||
repos => 'main',
|
||||
key_source => 'https://packages.irontec.com/public.key'
|
||||
}
|
||||
}
|
||||
|
||||
class rhizo_base::apt::debian inherits rhizo_base::apt::common {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue