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:
0d886ef
)
no nfs server on spohr anymore
author
Peter Palfrader
<peter@palfrader.org>
Fri, 28 Jun 2013 08:42:57 +0000
(10:42 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 28 Jun 2013 08:42:57 +0000
(10:42 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
5f31bc5
..
ab482e3
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-99,7
+99,7
@@
node default {
include dacs
}
- if $::hostname in [beethoven,s
pohr,s
tabile,beach,glinka,milanollo,rautavaara] {
+ if $::hostname in [beethoven,stabile,beach,glinka,milanollo,rautavaara] {
include nfs-server
}