Mark Bergsma has submitted this change and it was merged.

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(-)

Approvals:
  Mark Bergsma: Verified; Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I3ffc791721c3228cd6fed55a54a16ccba30368fa
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to