On Sat, 1 Sep 2012 11:08:13 +0200 (CEST) mpr wrote: > Currently our policy is kept in git and distributed using > cf-serverd. Since we already have public/private key authentication > for git why not use git to distribute the files instead of cf-serverd > (running "git pull" from update.cf)? Any ideas or suggestions on this?
As Nick mentioned, VCS::vcs_mirror in Design Center addresses this. `git pull' alone may attempt a merge, which will leave your file tree in a bizarro state that, unless you are very comfortable with Git, will be hard to resolve. So at least check out the `git' commands in VCS::vcs_mirror to see how to do a safer pull without the merge risk. Ted _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine