Displaying 1 result from an estimated 1 matches for "cyipoxrwmsly6iaai".
2008 Jan 03
4
Package Source Definition
Hi
i''m trying to describe some class with a package to install, which
should work on different linux-distro''s as well on linux and openbsd:
class vim {
package { ''vim'':
name => $operatingsystem ? {
centos => vim-enhanced,
default => vim,
},
alias