Fixed vim module for OpenBSD 4.9+
This commit is contained in:
parent
99c1d89c33
commit
63de2539b7
1 changed files with 6 additions and 0 deletions
|
@ -12,4 +12,10 @@ class vim {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
if $puppetversion =~ /^2\./ {
|
||||
Package["vim"] {
|
||||
flavor => "gtk2",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue