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:
9392d5a
)
But we do want to create a ~buildd/stats
author
Peter Palfrader
<peter@palfrader.org>
Sat, 14 Feb 2015 21:34:20 +0000
(22:34 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 14 Feb 2015 21:34:20 +0000
(22:34 +0100)
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
ff89158
..
f4547fa
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-142,6
+142,12
@@
class buildd ($ensure=present) {
group => buildd,
owner => buildd,
}
+ file { '/home/buildd/stats':
+ ensure => directory,
+ mode => '2755',
+ group => buildd,
+ owner => buildd,
+ }
file { '/home/buildd/stats/graphs':
ensure => directory,
mode => '2755',