mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Vagrant: Install htop as base package
This commit is contained in:
parent
a87652dcd1
commit
3ffcbaf29f
@ -1,5 +1,5 @@
|
|||||||
class base {
|
class base {
|
||||||
package { [ 'vim-enhanced', 'bash-completion' ]:
|
package { [ 'vim-enhanced', 'bash-completion', 'htop' ]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user