Puppet Class: jboss::internal::compatibility::common

Defined in:
manifests/internal/compatibility/common.pp

Overview

Class: jboss::internal::compatibility::common

This is internal class to resolve common compatibility variables



3
4
5
# File 'manifests/internal/compatibility/common.pp', line 3

class jboss::internal::compatibility::common {
  $osfamily_down = downcase($::osfamily)
}