Andrew Bogott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/405344 )

Change subject: Make Shiny Server a separate profile
......................................................................


Make Shiny Server a separate profile

Minor change that allows users to apply profile::shiny_server to
VMs without also pulling in Discovery Dashboards stuff.

Bug: T183984
Bug: T185131
Change-Id: I165b7f23915f4a9dddcb69e827800ae94687c816
---
M modules/profile/manifests/discovery_dashboards/base.pp
A modules/profile/manifests/shiny_server.pp
2 files changed, 9 insertions(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/profile/manifests/discovery_dashboards/base.pp 
b/modules/profile/manifests/discovery_dashboards/base.pp
index 105055d..d6e1e44 100644
--- a/modules/profile/manifests/discovery_dashboards/base.pp
+++ b/modules/profile/manifests/discovery_dashboards/base.pp
@@ -5,7 +5,7 @@
 #
 # filtertags: labs-project-search labs-project-shiny-r
 class profile::discovery_dashboards::base {
-    include ::shiny_server
+    require profile::shiny_server
 
     $cran_packages = [
         # Needed by Search metrics dashboard:
diff --git a/modules/profile/manifests/shiny_server.pp 
b/modules/profile/manifests/shiny_server.pp
new file mode 100644
index 0000000..b980468
--- /dev/null
+++ b/modules/profile/manifests/shiny_server.pp
@@ -0,0 +1,8 @@
+# == Class profile::shiny_server
+#
+# Install and configure Shiny Server.
+#
+# filtertags: labs-project-search labs-project-shiny-r 
labs-project-discovery-stats
+class profile::shiny_server {
+    include ::shiny_server
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I165b7f23915f4a9dddcb69e827800ae94687c816
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Bearloga <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to