This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
icingaweb2
mirror of
https://github.com/Icinga/icingaweb2.git
Watch
1
Star
0
Fork
You've already forked icingaweb2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8b0fd4daaf
icingaweb2
/
.puppet
/
profiles
/
base
/
manifests
/
init.pp
6 lines
100 B
Puppet
Raw
Normal View
History
Unescape
Escape
Vagrant: Introduce base profile and install vim This happened too often with `vim: not found`, so I've patched it.
2018-02-14 10:48:01 +01:00
class
base
{
Vagrant: Install htop as base package
2018-02-20 16:03:01 +01:00
package
{
[
'vim-enhanced'
,
'bash-completion'
,
'htop'
]
:
Vagrant: Introduce base profile and install vim This happened too often with `vim: not found`, so I've patched it.
2018-02-14 10:48:01 +01:00
ensure
=>
latest
,
}
}