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:
a2323ec
)
No more nfs on rautavaara
author
Peter Palfrader
<peter@palfrader.org>
Mon, 10 Nov 2014 15:00:41 +0000
(16:00 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 10 Nov 2014 15:00:41 +0000
(16:00 +0100)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
5fc1905
..
af09ec5
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-101,7
+101,7
@@
node default {
# include dacs
#}
- if $::hostname in [beach,glinka,milanollo,
rautavaara,
lw01,lw02,lw03,lw04] {
+ if $::hostname in [beach,glinka,milanollo,lw01,lw02,lw03,lw04] {
include nfs-server
}