hello,guys. When use the file type,can only mange one file. but there I have about more than 100 file need to be managed by puppet. now,I use a exec type to check out all the file from a subversion server,but there have a good solution? please help me! -- Huang Mingyou
I had found the answer from the FAQ. I''m so sorry! On 27/08/07, huang mingyou <therods@gmail.com> wrote:> hello,guys. > When use the file type,can only mange one file. but there I have > about more than 100 file need to be managed by puppet. > now,I use a exec type to check out all the file from a subversion > server,but there have a good solution? > please help me! > > -- > Huang Mingyou >-- Huang Mingyou
On Mon, Aug 27, 2007 at 02:57:31PM +0800, huang mingyou wrote:> When use the file type,can only mange one file. but there I have > about more than 100 file need to be managed by puppet. > now,I use a exec type to check out all the file from a subversion > server,but there have a good solution? > please help me!If all the files are in one subtree, you can use the recurse option to the file type. Presumably if you''re checking out an SVN tree that''d be a good option. - Matt