projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4911b
)
add directory for avatar caching
author
Stephen Gran
<steve@lobefin.net>
Fri, 11 Oct 2013 21:38:21 +0000
(22:38 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 11 Oct 2013 21:38:21 +0000
(22:38 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/bugs_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/bugs_mirror.pp
b/modules/roles/manifests/bugs_mirror.pp
index
f6e1f2a
..
bbd8eaf
100644
(file)
--- a/
modules/roles/manifests/bugs_mirror.pp
+++ b/
modules/roles/manifests/bugs_mirror.pp
@@
-12,4
+12,9
@@
class roles::bugs_mirror {
}
}
+ file { '/srv/bugs.debian.org/cache/libravatar':
+ ensure => directory,
+ owner => 'www-data',
+ mode => '0755',
+ }
}