Ori.livneh has uploaded a new change for review.

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


Change subject: Add explanatory comment re: run stages
......................................................................

Add explanatory comment re: run stages

Change-Id: I0a065c65b7038f86f05482610a1e0e3e344a65db
---
M puppet/manifests/base.pp
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/45/63445/1

diff --git a/puppet/manifests/base.pp b/puppet/manifests/base.pp
index 69686fb..76859e4 100644
--- a/puppet/manifests/base.pp
+++ b/puppet/manifests/base.pp
@@ -9,6 +9,13 @@
 # <http://docs.puppetlabs.com/puppet/2.7/reference/lang_defaults.html>.
 #
 
+# By adding a stage => 'first' / 'last' parameter to your class
+# declaration, you can tell Puppet to instantiate the class (and its
+# resources) at the very beginning of its run or the very end. By
+# default, only the 'apt' class runs in a different stage, to ensure
+# other classes fetch the right packages. Everything else runs in 'main'.
+# For more information, see:
+# <http://docs.puppetlabs.com/puppet/2.7/reference/lang_run_stages.html>
 stage { 'first': }
 stage { 'last': }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a065c65b7038f86f05482610a1e0e3e344a65db
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to