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 |
Rev | Line | |
---|---|---|
[634] | 1 | # copyright <sebas @ koumbit.org> |
2 | # Licence: GPL | |
3 | # | |
4 | ||
[692] | 5 | class escritorio::vb::ose { |
[634] | 6 | |
7 | package { [ | |
[692] | 8 | "virtualbox-ose", |
9 | "virtualbox-guest-additions" | |
[634] | 10 | ]: ensure => installed |
11 | } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.