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

Annotation of /puppet/modules/mirror/templates/mirrordir

Parent Directory Parent Directory | Revision Log Revision Log


Revision 841 - (hide 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 boklm 841 #!/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