Hi guys,

I'm looking for a solution to svn checkout a branch and directly config the 
branch modules using create_resources.

My yaml would look like this I think for a one time checkout, which will 
grab all the modules and configure them one by one:


svnsource:
  repourl:
  branch: 
  copydir: 
  repo: 
  username: 
  password:
   modules: 
   mymodule1:
     servername:
     database:
     username:
     password:
    mymodule2:
     servername:
     database:
     username:
     password:
    mymodule2:
     servername:
     database:
     username:
     password:

How can I do this ? it seems that default or merge doesn't do what I need 
here.

Thanks,

Matt

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c8c12465-95ec-417a-8499-5cb7a82e6b73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to