Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/252150

Change subject: peopleweb: add motd message about public_html
......................................................................

peopleweb: add motd message about public_html

Change-Id: I495a55d6797cb56100da5bac836334f492d5eb42
---
M manifests/role/peopleweb.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/252150/1

diff --git a/manifests/role/peopleweb.pp b/manifests/role/peopleweb.pp
index 125d894..33bdc94 100644
--- a/manifests/role/peopleweb.pp
+++ b/manifests/role/peopleweb.pp
@@ -11,6 +11,11 @@
         proto => 'tcp',
         port  => '80',
     }
+
+    motd::script { 'people-motd':
+        ensure  => present,
+        content => "#!/bin/sh\necho '\nThis is people.wikimedia.org.\nFiles 
you put in 'public_html' in your home dir will be accessible on the web.\nMore 
info on https://wikitech.wikimedia.org/wiki/People.wikimedia.org.\n'",
+    }
 }
 
 class role::peopleweb::migration {

-- 
To view, visit https://gerrit.wikimedia.org/r/252150
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I495a55d6797cb56100da5bac836334f492d5eb42
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to