mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
Vagrant: Introduce base profile and install vim
This happened too often with `vim: not found`, so I've patched it.
This commit is contained in:
parent
79c12385ae
commit
a87652dcd1
@ -6,6 +6,7 @@ node default {
|
||||
class { 'epel':
|
||||
stage => repositories,
|
||||
}
|
||||
include base
|
||||
include icinga2_dev
|
||||
include icingaweb2_dev
|
||||
include motd
|
||||
|
5
.puppet/profiles/base/manifests/init.pp
Normal file
5
.puppet/profiles/base/manifests/init.pp
Normal file
@ -0,0 +1,5 @@
|
||||
class base {
|
||||
package { [ 'vim-enhanced', 'bash-completion' ]:
|
||||
ensure => latest,
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user