Hi,

I have been following this new type of style, using parameterized classes but I 
have a question.



Say I have the following:


class java-app-profile {
      class {'java-app': 
        app-name  => "my_first_app1",
        app-dir => '/opt/company/my_first_app1',
      }
      class {'java-app': 
        app-name  => "my_first_app2",
        app-dir => '/opt/company/my_first_app1',
      }
      class {'java-app': 
        app-name  => "my_first_app3",
        app-dir => '/opt/company/my_first_app1',
      } 
}

Can I declare multiple parameterized classes of the same type within a single 
class? 


Reference: http://docs.puppetlabs.com/guides/parameterized_classes.html



Thanks,

Corey Osman
[email protected]

Green IT and Data Center Automation Specialist






-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to