mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +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':
|
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', 'htop' ]:
|
||||||
|
ensure => latest,
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user