diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 10:02:03 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 10:02:03 +0300 |
commit | be92cc0c09248d5d6ef9120815ee6d7f27261b80 (patch) | |
tree | 71be6c0b43fe0d9dbaff3131410dc5f5faba3af6 /modules/mirror/templates | |
parent | 3b46f2e196802443ed00ac697e125307096b0979 (diff) | |
download | puppet-be92cc0c09248d5d6ef9120815ee6d7f27261b80.tar puppet-be92cc0c09248d5d6ef9120815ee6d7f27261b80.tar.gz puppet-be92cc0c09248d5d6ef9120815ee6d7f27261b80.tar.bz2 puppet-be92cc0c09248d5d6ef9120815ee6d7f27261b80.tar.xz puppet-be92cc0c09248d5d6ef9120815ee6d7f27261b80.zip |
lint fixes for mirror
Diffstat (limited to 'modules/mirror/templates')
-rw-r--r-- | modules/mirror/templates/mirrordir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mirror/templates/mirrordir b/modules/mirror/templates/mirrordir index 53655aa0..b8bf9fb6 100644 --- a/modules/mirror/templates/mirrordir +++ b/modules/mirror/templates/mirrordir @@ -13,4 +13,3 @@ fi echo "sync in progress since $(date)" > "$lockfile" /usr/bin/rsync $rsync_options "$remoteurl" "$localdir" rm -f "$lockfile" - |