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

Unified Diff: modules/filtermaster/manifests/init.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 | « no previous file | modules/filtermaster/manifests/repo_download.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filtermaster/manifests/init.pp
diff --git a/modules/filtermaster/manifests/init.pp b/modules/filtermaster/manifests/init.pp
index 17bb8dd04f36e0b787c55be43c38714b53c70da1..1bfef482a7c4cb1ed7e897de078aed22e52f9553 100755
--- a/modules/filtermaster/manifests/init.pp
+++ b/modules/filtermaster/manifests/init.pp
@@ -48,6 +48,12 @@ class filtermaster(
owner => rsync
}
+ file {'/home/rsync/generated/gzip':
+ ensure => directory,
+ owner => rsync,
+ require => File['/home/rsync/generated'],
+ }
+
file {'/home/rsync/.ssh':
ensure => directory,
owner => rsync,
« no previous file with comments | « no previous file | modules/filtermaster/manifests/repo_download.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld