Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. case $facts['::os']['::release']['::major'] {
  2. '6': {
  3. class { '::vmwaretools':
  4. ensure => absent,
  5. }
  6. }
  7. '7': {
  8. include ::openvmtools
  9. class { '::vmwaretools':
  10. ensure => absent,
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement