Displaying 1 result from an estimated 1 matches for "ofran".
Did you mean:
  fran
  
2012 Jan 09
1
Manifest organization
Hello
I am new to Puppet and am having a hard time relating modules and
classes in configuration files to actual operating system files. For
instance  I saw the following example on this list:
node ''somenode'' {
  include puppetmaster
}
class puppetmaster {
  include common
  include puppet
  include ldap_auth
  include iptables::disabled
  include httpd::ssl
  include