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