Vagrant: Install htop as base package

This commit is contained in:
Michael Friedrich 2018-02-20 16:03:01 +01:00
parent a87652dcd1
commit 3ffcbaf29f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class base {
package { [ 'vim-enhanced', 'bash-completion' ]:
package { [ 'vim-enhanced', 'bash-completion', 'htop' ]:
ensure => latest,
}
}