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:
bb731c3
)
add an NFS mirror to delfin
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 21 Apr 2014 10:46:03 +0000
(12:46 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 21 Apr 2014 10:46:33 +0000
(12:46 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/autofs/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/autofs/manifests/init.pp
b/modules/autofs/manifests/init.pp
index
439d731
..
88f5200
100644
(file)
--- a/
modules/autofs/manifests/init.pp
+++ b/
modules/autofs/manifests/init.pp
@@
-1,5
+1,5
@@
class autofs {
- if $::hostname in [pejacevic, piu-slave-bm-a, picconi, coccia, couper, dillon, donizetti, ticharich] {
+ if $::hostname in [pejacevic, piu-slave-bm-a, picconi, coccia, couper, dillon, donizetti, ticharich
, delfin
] {
include autofs::bytemark
}
}