mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-05 17:18:09 +02:00
6 lines
100 B
Puppet
6 lines
100 B
Puppet
class base {
|
|
package { [ 'vim-enhanced', 'bash-completion', 'htop' ]:
|
|
ensure => latest,
|
|
}
|
|
}
|