Skip to content

Commit

Permalink
Adding module for vmwaretools
Browse files Browse the repository at this point in the history
  • Loading branch information
stahnma committed Sep 3, 2011
1 parent 016477a commit d3ccc8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions vmware-tools/Rakefile
7 changes: 7 additions & 0 deletions vmware-tools/manifests/init.pp
@@ -0,0 +1,7 @@
class vmware-tools {
$pkgs = [ 'perl-devel', 'kernel-headers', 'kernel-devel' ]

package { $pkgs:
ensure => installed,
}
}
1 change: 1 addition & 0 deletions vmware-tools/tests/test.pp
@@ -0,0 +1 @@
include vmware-tools

0 comments on commit d3ccc8b

Please sign in to comment.