Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/filtermaster/manifests/repo_download.pp

Issue 29329135: Issue 3091 - Setup *.gz downloads for content blocker lists (Closed)
Patch Set: Created Oct. 14, 2015, 7:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/filtermaster/manifests/init.pp ('k') | modules/filtermaster/templates/hgrc.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filtermaster/manifests/repo_download.pp
diff --git a/modules/filtermaster/manifests/repo_download.pp b/modules/filtermaster/manifests/repo_download.pp
index 98322a4bade986bddd2750eace3442cd7ce640b6..82b858eacc9b6e015961370d0a9f5b8cbb01bbbf 100644
--- a/modules/filtermaster/manifests/repo_download.pp
+++ b/modules/filtermaster/manifests/repo_download.pp
@@ -38,4 +38,10 @@ define filtermaster::repo_download (
timeout => 0,
user => 'rsync',
}
+
+ file {"$directory/.hg/hgrc":
+ content => template('filtermaster/hgrc.erb'),
+ owner => 'rsync',
+ require => Exec["filtermaster::repo_download#$title"],
+ }
}
« no previous file with comments | « modules/filtermaster/manifests/init.pp ('k') | modules/filtermaster/templates/hgrc.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld