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