> class puppetmaster {
> include common
> include puppet
> include ldap_auth
> include iptables::disabled
> include httpd::ssl
> include ruby-enterprise::passenger
> }
Hi Luke,
I haven't dipped into 2.6 yet, but afaik, this would simply become
class puppetmaster {
class { [
"puppet",
"ldap_auth",
"iptables::disabled",
"httpd::ssl",
"ruby-enterprise::passenger",
]:
}
The initial "dumb" translation shouldn't be hard.
Cheers,
Felix
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.