source:
trunk/puppet/modules/puppet-escritorio/manifests/classes/virtualbox.pp
@
716
Last change on this file since 716 was 692, checked in by , 14 years ago | |
---|---|
File size: 196 bytes |
Line | |
---|---|
1 | # copyright <sebas @ koumbit.org> |
2 | # Licence: GPL |
3 | # |
4 | |
5 | class escritorio::vb::ose { |
6 | |
7 | package { [ |
8 | "virtualbox-ose", |
9 | "virtualbox-guest-additions" |
10 | ]: ensure => installed |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.