Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/86831
Change subject: contint::localvhost is really a define ...................................................................... contint::localvhost is really a define Change-Id: I3ffc791721c3228cd6fed55a54a16ccba30368fa --- M modules/contint/manifests/localvhost.pp 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/31/86831/1 diff --git a/modules/contint/manifests/localvhost.pp b/modules/contint/manifests/localvhost.pp index 0f3160b..cb08cb8 100644 --- a/modules/contint/manifests/localvhost.pp +++ b/modules/contint/manifests/localvhost.pp @@ -1,4 +1,4 @@ -# == Class contint::localvhost +# == Definition contint::localvhost # # Craft an apache configuration file to listen on localhost:$port (default to # port 9412) and point that vhost to $docroot (default to @@ -14,7 +14,7 @@ # Creates a vhost listening on 127.0.0.1:9412 having a DocumentRoot at # /srv/localhost/qunit. # -class contint::localvhost( +define contint::localvhost( $docroot = "/srv/localhost/${name}", $port = 9412, $log_prefix = $name, -- To view, visit https://gerrit.wikimedia.org/r/86831 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3ffc791721c3228cd6fed55a54a16ccba30368fa Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <has...@free.fr> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits