Hi all,

Can we write many classes in a single manifest and apply that manifest??
For example i have created  manifest, file1.pp and it includes the 
following:

class one{
              exec{"--"
              command => "  ",
                      cwd => "   ",     
                      }
              } 


class two{
              exec{"--"
              command => "  ",
                      cwd => "   ",     
                      }
              } 

now can i write a manifest like this and apply it?

Can any one pls help me with it?

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
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