mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Merge pull request #3363 from Icinga/feature/vagrant-base-profile-install-vim
Vagrant: Introduce base profile and install vim
This commit is contained in:
commit
85f010126c
@ -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', 'htop' ]:
|
||||
ensure => latest,
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user