mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +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':
|
class { 'epel':
|
||||||
stage => repositories,
|
stage => repositories,
|
||||||
}
|
}
|
||||||
|
include base
|
||||||
include icinga2_dev
|
include icinga2_dev
|
||||||
include icingaweb2_dev
|
include icingaweb2_dev
|
||||||
include motd
|
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