Fixed spelling mistake from portmap module.

This commit is contained in:
Timo Mkinen 2011-08-03 23:33:38 +03:00
parent bc4de04dda
commit 37c0a23f0f

View file

@ -10,7 +10,7 @@ class portmap::server {
} }
} }
centos: { centos: {
case $operatingsystemrelase { case $operatingsystemrelease {
/^[1-5]\./: { /^[1-5]\./: {
package { "portmap": package { "portmap":
ensure => installed, ensure => installed,