Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/voxpupuli/puppet-vmwaretools
Puppet module to manage VMware Operating System Specific Packages for VMware tools installation.
https://github.com/voxpupuli/puppet-vmwaretools
Support picking up tools_version and autoupgrade via top scope
variables.
Add dependency on pupp...
Folow best practice for puppet-rspec integration from
http://rspec-puppet.com/setup/ and update ...
-Treat $package_name/$package_real like the other class parameters.
-Reference the fully qualifi...
Conflicts:
manifests/init.pp
spec/classes/vmwaretools_ntp_spec.rb
spec/classes/vmwaretools_sp...
The upstream URL to the gpgkey changed, so we update the manifest and
rspec tests to point to th...
VMWareTools OSP 5.0 series support
Includes fix for change in GPG key location for yumrepo.
15cb0ea8153187bd28f248ee87daaf4f50183092 authored over 12 years ago by Mike Arnold <[email protected]>
There is enough difference in behavior between these specific versions
of the VMware tools that ...
34cc00d2a9c21a88e69c7d48350b3e93f4269eb6 authored over 12 years ago by Geoff Davis <[email protected]>
Existing tests updated to declare the base class as a precondition
ee062886ba076c891a30e0d4b40dc069768733ac authored over 12 years ago by Geoff Davis <[email protected]>c7d82f43481d71ee3ef2648e4e1b97899f952a08 authored over 12 years ago by Geoff Davis <[email protected]>
1f2bd3f889f7cca929e9a2516c5cacbc5216bc60 authored over 12 years ago by Geoff Davis <[email protected]>
29641c8d6be789ec165376ee4ff5cb14ae6dc4cf authored over 12 years ago by Geoff Davis <[email protected]>
dae538dff057ee522310dea7d3f2916af2f40809 authored over 12 years ago by Geoff Davis <[email protected]>
ef78da1ce2bc64893bfc702872909a9b84c9a2fe authored over 12 years ago by Geoff Davis <[email protected]>
09c616892a60bdbca032ce89c4501bb7522f0194 authored over 12 years ago by Geoff Davis <[email protected]>
7f3ea59b6f4b287ae4a1a5fd6b8f75baed6ffd45 authored over 12 years ago by Geoff Davis <[email protected]>
Work around http://projects.puppetlabs.com/issues/8867 which doesn't
allow the gpgkey parameter ...
25ab37930c528b7000ff29201fe5da7c5da6d1f1 authored over 12 years ago by Geoff Davis <[email protected]>
You can't include a parameterized class reliably. Changed usage notes
to reflect this.
Also upd...
0943f219efd6cbc1cc79b18c4a2f73560ba69860 authored over 12 years ago by Geoff Davis <[email protected]>78a8b99337282de721d0ce898de60fb5ccc9b253 authored over 12 years ago by Geoff Davis <[email protected]>
* fix service status check on 5.x
* Handle updated service names in ESXi 5.x
* Support new packa...
Renamed the github account from runningman to razorsedge and thus
updated all documentation to p...
Forgot to add status of Fedora to README.md.
eb109a673504518ffd51e796da84382e3a6eea56 authored over 12 years ago by Michael Arnold <[email protected]>
Summary:
* Converted to a parameterized class.
* Added rspec tests and support for Travis-CI.
...
Set rake :default to print available options. Added a working :build
target. Updated Travis-CI...
Removed Fedora as a suported operatingsystem as the OSP does not support
it and the Open VM Tool...
Added new puppet versions.
fb024af4ab7533303cb63d7f686e68c8e62a30a9 authored over 12 years ago by Michael Arnold <[email protected]>0868d7dcad8734e0ca0179d47fa06fbc0239dded authored over 12 years ago by Michael Arnold <[email protected]>
Split Exec['vmware-tools.syncTime'] out of Class['vmwaretools'] and into
Class['vmwaretools::ntp...
Confirmed that vmtoolsd works the same as vmware-guestd.
20a6ca0f026ee2144151bf357feabfa2c4a76ab8 authored over 12 years ago by Michael Arnold <[email protected]>bf7fe559b51e07f3257437faf2e724d9729eff4d authored over 12 years ago by Michael Arnold <[email protected]>
Consolidate the RedHat and SuSE yumrepo declarations into a single
resource which keys off a new...
Added a fix for ISSUE #2 where vmware-open-vm-tools-common installation
fails due to existance o...
885d8ab0e48f21fb42daa25343308d760df731d4 authored over 12 years ago by Michael Arnold <[email protected]>
Conflicts:
manifests/init.pp
spec/classes/vmwaretools_spec.rb
spec/spec_helper.rb
6db7d73f1cf90e0a75a341da9c3694f3aee41a29 authored over 12 years ago by Michael Arnold <[email protected]>
The desc lines were opposed to what was in their code blocks.
20a59f5294aeb8edf6849ae9b5098e1a588aea19 authored almost 13 years ago by Michael Arnold <[email protected]>7b706a702fdbc14ba4d1969ed50f119d223a8076 authored almost 13 years ago by Michael Arnold <[email protected]>
Moved the RedHat $yum_basearch out of the inner case statement and
consolidated.
Finally got the rspec tests figured out.
97ba58bce6d60a40a2e91439b09250686c9f08fe authored almost 13 years ago by Michael Arnold <[email protected]>Include testing for all Puppet Enterprise versions.
77ee5fc6dcf6f8a87ddfbac30b1eaabb73e034fb authored almost 13 years ago by Michael Arnold <[email protected]>We are not running 2.7 yet. :-(
de1880a064c3754c5216608140b6ce29c79c04ce authored almost 13 years ago by Michael Arnold <[email protected]>Updated documentaton.
1ff374a03a33e779d6d5db2160c613f05cc619fc authored almost 13 years ago by Michael Arnold <[email protected]>
Fully qualified ${yum_basearch} -> ${vmwaretools::params::yum_basearch}.
Removed selector from P...
I really hate how I am getting sucked in to all this automation goodness.
:-)
http://bombasticmo...
Added rspec-puppet tests. There is a serious lack of
documentation/examples of doing this for p...
Added rspec-puppet tests. There is a serious lack of
documentation/examples of doing this for p...
ff15aed44ccdfbd23800b3b48078705bbbc59b42 authored almost 13 years ago by Michael Arnold <[email protected]>
Removed a case default that snuck in which would have caused catalog
compilation on Fedora to fail.
This is a version that uses a Parameterized Class instead of global
variables.
Fixed up some more quoting and set the pattern for the vmware-tools
service to look for the corr...
http://docs.puppetlabs.com/guides/style_guide.html#quoting
All strings that do not contain varia...
Renamed module from vmware-tools to vmwaretools, dropping the hyphen.
Geppetto is now happy. Cr...
Added Geppetto .project file.
93d486d4f8b18a21bb75e87ac6db1ff1805d6dc6 authored almost 13 years ago by Michael Arnold <[email protected]>0ae7c4176fcf14d663bb09ca9ab35c5f76fffe32 authored almost 13 years ago by Michael Arnold <[email protected]>
Removed all references to $lsbmajdistrelease.
ce1403aba4742cae72c017d7c9da32ecbc12fed2 authored almost 13 years ago by Michael Arnold <[email protected]>
Changed the name of the override variable from $vmwarever to the more
descriptive $vmwaretools_e...
126e7515e25393c6b238ef1b962283f1a7d58e5c authored over 13 years ago by Mike Arnold <[email protected]>
7c07853b110662ae6f3d539c51f94b9129d00ce9 authored over 13 years ago by Mike Arnold <[email protected]>
This module manages the installation of the VMware Operating System
Specific Packages (http://pa...