Hi Viktoriya, On Tue, Oct 23, 2012 at 3:29 PM, VT <vtochilni...@pertino.com> wrote: > Can anybody help to come up with a manifest file, which should instruct a > puppet client running on windows to clone a repository from github directly > to puppet client? Great thanks for help! > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/h1uawzvFDZ8J. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.
I recommend checking out the vcsrepo module: https://github.com/puppetlabs/puppetlabs-vcsrepo I haven't run it on Windows, but it appears to not assume POSIX paths, so that's a good sign. The only issue I can see right away is that you won't be able to manage file permissions[1]. Josh [1] https://github.com/puppetlabs/puppetlabs-vcsrepo/blob/master/lib/puppet/provider/vcsrepo.rb#L10 -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.