projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pubsub: merge IPv4 and IPv6 rules in a single rule
[mirror/dsa-puppet.git]
/
modules
/
autofs
/
manifests
/
init.pp
1
class autofs {
2
case $::hostname {
3
pejacevic, piu-slave-bm-a, picconi, coccia, dillon, delfin, quantz, sor, tate, respighi: {
4
include autofs::bytemark
5
}
6
lw07,lw08: {
7
include autofs::leaseweb
8
}
9
tye,ullmann,piu-slave-ubc-01,hier,manziarly,lindsay,pinel,ticharich,donizetti,mekeel: {
10
include autofs::ubc
11
}
12
}
13
}