ArielGlenn has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/400387 )
Change subject: allow dumps nfs server to be configured without clients if
needed
......................................................................
allow dumps nfs server to be configured without clients if needed
Change-Id: Icd88705b91ba7d2e040876584d40a5ca53b736a5
---
M modules/profile/manifests/dumps/nfs.pp
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/87/400387/1
diff --git a/modules/profile/manifests/dumps/nfs.pp
b/modules/profile/manifests/dumps/nfs.pp
index bc8cccc..8965a46 100644
--- a/modules/profile/manifests/dumps/nfs.pp
+++ b/modules/profile/manifests/dumps/nfs.pp
@@ -11,6 +11,8 @@
$clients = {'generation' => pick($clients_all['snapshots'], [])}
} elsif ($clients_wanted == 'public') {
$clients = {'public' => pick($clients_all['other'], [])}
+ } else {
+ $clients = {}
}
$lockd_udp = '32768'
--
To view, visit https://gerrit.wikimedia.org/r/400387
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd88705b91ba7d2e040876584d40a5ca53b736a5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits