Sha256: b1d87b134211101a98b24f4e1acb88493bf80cfafe650789ac95d66d36bb3f01
Contents?: true
Size: 323 Bytes
Versions: 20
Compression:
Stored size: 323 Bytes
Contents
# Class: tomcat::params # # This class manages Tomcat parameters. # # Parameters: # - $catalina_home is the root of the Tomcat installation. # - The $user Tomcat runs as. # - The $group Tomcat runs as. class tomcat::params { $catalina_home = '/opt/apache-tomcat' $user = 'tomcat' $group = 'tomcat' }
Version data entries
20 entries across 20 versions & 1 rubygems