forked from voxpupuli/puppet-vmwaretools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
26 lines (21 loc) · 999 Bytes
/
Modulefile
File metadata and controls
26 lines (21 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name 'razorsedge-vmwaretools'
version '4.1.2'
author 'razorsedge'
license 'Apache 2.0'
project_page 'https://github.com/razorsedge/puppet-vmwaretools'
source 'git://github.com/razorsedge/puppet-vmwaretools.git'
summary 'Puppet module to manage VMware Operating System Specific Packages for VMware tools installation.'
description 'This module manages the installation of the VMware Operating System Specific Packages for VMware tools.
Actions:
Removes old VMwareTools package or runs vmware-uninstall-tools.pl if found.
Installs a vmware YUM repository.
Installs the OSP.
Starts the vmware-tools service.
OS Support:
RedHat family - tested on CentOS 5.5+ and CentOS 6.2+
Fedora - not supported
SuSE family - untested (initial support for yumrepo) (patches welcome)
Ubuntu - presently unsupported (patches welcome)
Debian - presently unsupported (patches welcome)
Class documentation is available via puppetdoc.'
dependency 'puppetlabs/stdlib', '>=2.1.0'