search for: httpd_maxclient

Displaying 1 result from an estimated 1 matches for "httpd_maxclient".

Did you mean: httpd_maxclients
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...e inheritance). manifest/sites.pp had something like: $envname = ''prod'' $envstr = '''' $dns_servers = [ ''10.0.0.42'', ''10.10.1.42'' ] import "classes/*.pp" node ''server1.hostingcompanyAlpha.com'' { $httpd_maxclients = 300 $yum_base = "http://mirrors.hostingcompanyAlpha.com/ftp.centos.org/" $dns_servers = [ ''1.2.3.4'', ''1.2.4.4'' ] # Hosting Co.''s resolvers include mywebserver } node ''server2.hostingcompanyBeta.net'' { $httpd_maxclie...