Displaying 1 result from an estimated 1 matches for "no_x11".
Did you mean:
do_x11
2008 Jan 03
4
Package Source Definition
...p-editors'',
default => '''',
},
ensure => present,
source => $operatingsystem ? {
openbsd =>
''ftp://mirror.switch.ch/pub/OpenBSD/4.2/packages/i386/vim-7.1.33-no_x11.tgz'',
default => '''',
},
}
}
until I added the package-source line everything worked as expected.
However as I need now some OpenBSD Boxes as well, I have to add the
package-source line. (Or am I wrong and I could do it as well without
the s...