Skip to content
Snippets Groups Projects
Commit ab747805 authored by Jonathan Lent's avatar Jonathan Lent
Browse files

Change to portmap.pp. EL7, like EL6, requires rpcbind and not portmap.

parent 763e224f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ UNRELEASED (2015-04-24) ...@@ -2,7 +2,8 @@ UNRELEASED (2015-04-24)
VMWare does not package vmware-tools-esx-nox for EL7. They VMWare does not package vmware-tools-esx-nox for EL7. They
instead recommend the use of open-vm-tools. Added a condition instead recommend the use of open-vm-tools. Added a condition
and refactored vmguest.pp appropriately. (jlent) and refactored vmguest.pp appropriately. Also, change to
portmap.pp. EL7, like EL6, requires rpcbind and not portmap (jlent)
release/004.040 (2015-04-21) release/004.040 (2015-04-21)
......
...@@ -12,8 +12,7 @@ class base::portmap { ...@@ -12,8 +12,7 @@ class base::portmap {
include base::xinetd include base::xinetd
case $::lsbmajdistrelease { case $::lsbmajdistrelease {
'6','7': {
'6': {
package { 'rpcbind': ensure => present } package { 'rpcbind': ensure => present }
service { 'rpcbind': ensure => running } service { 'rpcbind': ensure => running }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment