Install vim
This commit is contained in:
parent
7eac748248
commit
53431f688e
3 changed files with 3 additions and 4 deletions
|
@ -20,6 +20,4 @@ class config {
|
|||
mode => "0644",
|
||||
source => 'puppet:///modules/config/uniemoji.json'
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@ class config::vim {
|
|||
exec { 'install vim plugins':
|
||||
command => "vim +PluginInstall +qall",
|
||||
user => "jake",
|
||||
environment => "HOME=/home/jake"
|
||||
environment => "HOME=/home/jake",
|
||||
require => Package['vim']
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
class yaourt::packages () {
|
||||
package {[
|
||||
'firefox'
|
||||
'vim'
|
||||
]:
|
||||
ensure => latest
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue