| 
1 | 1 | name 'craigwatson1987-vmwaretools'  | 
2 | 2 | version '0.0.1'  | 
3 | 3 | author 'Craig Watson'  | 
4 |  | -license 'Creative Commons Attribution Share-Alike 3.0'  | 
 | 4 | +license 'GNU General Public License v3'  | 
5 | 5 | project_page 'https://github.com/craigwatson/puppet-vmwaretools'  | 
6 | 6 | source 'git://github.com/craigwatson/puppet-vmwaretools.git'  | 
7 |  | -description "Puppet module for non-OSP VMware Tools Installation.  | 
 | 7 | +description 'puppet-vmwaretools  | 
 | 8 | +==================  | 
8 | 9 | 
  | 
9 |  | -To use the module, place your VMware Tools .tar.gz file within the module's files directory and adjust params.pp as necessary.  | 
 | 10 | +[](http://travis-ci.org/craigwatson/puppet-vmwaretools)  | 
10 | 11 | 
  | 
11 |  | -NOTE: This module is designed to replace both the OSP packages provided by VMware's repositories and also the open-vm-tools package."  | 
 | 12 | +Introduction  | 
 | 13 | +------------  | 
12 | 14 | 
  | 
 | 15 | +This module manages the installation of VMware Tools via the source code tarballs distributed with vSphere.  | 
 | 16 | +
  | 
 | 17 | +Actions:  | 
 | 18 | +
  | 
 | 19 | +* Transfer the VMware Tools tarball to the target agent  | 
 | 20 | +* Untar the archive and run vmware-install-tools.pl  | 
 | 21 | +
  | 
 | 22 | +Supported Operating Systems:  | 
 | 23 | +
  | 
 | 24 | +* Ubuntu 12.04 x86_64 (tested)  | 
 | 25 | +* CentOS 6.4 x86_64 (written but untested)  | 
 | 26 | +* Debian family (written but untested - reports appreciated)  | 
 | 27 | +* RedHat family (written but untested - reports appreciated)  | 
 | 28 | +
  | 
 | 29 | +Examples  | 
 | 30 | +--------  | 
 | 31 | +
  | 
 | 32 | +    class { 'vmwaretools':  | 
 | 33 | +      version     = '8.6.5-621624',  | 
 | 34 | +      working_dir = '/opt/vmware'  | 
 | 35 | +    }  | 
 | 36 | +
  | 
 | 37 | +
  | 
 | 38 | +To use the module, place your VMware Tools .tar.gz file within the module's files directory and either declare the class as above or:  | 
 | 39 | + | 
 | 40 | +    include vmwaretools  | 
 | 41 | + | 
 | 42 | +Notes  | 
 | 43 | +-----  | 
 | 44 | + | 
 | 45 | +*  | 
 | 46 | +* This module is designed to replace both the OSP packages provided by VMware's repositories and also the open-vm-tools package.  | 
 | 47 | +* Installer accepts all defaults.  | 
 | 48 | +
  | 
 | 49 | +Copyright and License  | 
 | 50 | +---------------------  | 
 | 51 | +* Copyright (C) 2012 Craig Watson - <[email protected]>  | 
 | 52 | +* Distributed under the terms of the GNU General Public License v3 - see LICENSE.md for details.'  | 
0 commit comments