Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392925 )

Change subject: Move contint::hhvm to a profile
......................................................................

Move contint::hhvm to a profile

Change-Id: I66b2a0e2f698f6e1fd095a90532bd6e4b16eb4eb
---
R modules/profile/manifests/ci/hhvm.pp
M modules/role/manifests/ci/slave/labs.pp
2 files changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/25/392925/1

diff --git a/modules/contint/manifests/hhvm.pp 
b/modules/profile/manifests/ci/hhvm.pp
similarity index 93%
rename from modules/contint/manifests/hhvm.pp
rename to modules/profile/manifests/ci/hhvm.pp
index fa36f30..fb69955 100644
--- a/modules/contint/manifests/hhvm.pp
+++ b/modules/profile/manifests/ci/hhvm.pp
@@ -1,6 +1,7 @@
-class contint::hhvm {
+class ::profile::ci::hhvm {
 
-    include ::contint::packages::hhvm
+    class { '::contint::packages::hhvm':
+    }
 
     class { '::hhvm':
         # No need for a hhvm service on CI slaves T126594
diff --git a/modules/role/manifests/ci/slave/labs.pp 
b/modules/role/manifests/ci/slave/labs.pp
index 2c16aed..e4f8318 100644
--- a/modules/role/manifests/ci/slave/labs.pp
+++ b/modules/role/manifests/ci/slave/labs.pp
@@ -31,7 +31,7 @@
     # Include package unsafe for production
     include contint::packages::labs
 
-    include contint::hhvm
+    include profile::ci::hhvm
 
     include contint::php
 

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

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

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

Reply via email to