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:
9fcfecb
)
little /srv/mirrors changes
author
Peter Palfrader
<peter@palfrader.org>
Fri, 10 Feb 2017 20:36:35 +0000
(21:36 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 10 Feb 2017 20:36:35 +0000
(21:36 +0100)
modules/roles/manifests/archvsync_base.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/archvsync_base.pp
b/modules/roles/manifests/archvsync_base.pp
index
513c8fc
..
9e9176a
100644
(file)
--- a/
modules/roles/manifests/archvsync_base.pp
+++ b/
modules/roles/manifests/archvsync_base.pp
@@
-1,15
+1,14
@@
class roles::archvsync_base {
file { '/srv/mirrors':
ensure => directory,
- owner =>
1176
,
- group => 1176,
- mode => '07
5
5',
- links => follow,
+ owner =>
root
,
+ group => 1176,
# archvsync
+ mode => '07
7
5',
+
#
links => follow,
}
file { '/srv/mirrors/.nobackup':
ensure => present,
content => '',
- mode => '0444',
}
}