/[adm]/puppet/modules/mirror/templates/mirrordir
ViewVC logotype

Contents of /puppet/modules/mirror/templates/mirrordir

Parent Directory Parent Directory | Revision Log Revision Log


Revision 841 - (show annotations) (download)
Tue Jan 18 18:21:44 2011 UTC (13 years, 3 months ago) by boklm
File size: 251 byte(s)
add mirrordir script and mirrorbootstrap class
1 #!/bin/sh
2
3 remoteurl="<%= remoteurl%>"
4 localdir="<%= localdir %>"
5 rsync_options="<%= rsync_options %>"
6 lockfile="<%= lockfile %>"
7
8 test -f "$lockfile" && exit
9 touch "$lockfile"
10 /usr/bin/rsync $rsync_options "$remoteurl" "$localdir"
11 rm -f "$lockfile"
12

  ViewVC Help
Powered by ViewVC 1.1.30