BBlack has submitted this change and it was merged.

Change subject: role::cache: install conftool scripts
......................................................................


role::cache: install conftool scripts

Change-Id: Ic24d829802ec77edb68f76a544c240bd3eba5915
---
M modules/conftool/manifests/scripts.pp
M modules/role/manifests/cache/base.pp
2 files changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/modules/conftool/manifests/scripts.pp 
b/modules/conftool/manifests/scripts.pp
index c1761c4..e467b10 100644
--- a/modules/conftool/manifests/scripts.pp
+++ b/modules/conftool/manifests/scripts.pp
@@ -13,6 +13,7 @@
 #    include conftool::scripts
 #}
 class conftool::scripts {
+    require conftool
 
     file { '/usr/local/bin/pool':
         ensure  => present,
diff --git a/modules/role/manifests/cache/base.pp 
b/modules/role/manifests/cache/base.pp
index 824ff7d..d0f6ccc 100644
--- a/modules/role/manifests/cache/base.pp
+++ b/modules/role/manifests/cache/base.pp
@@ -13,6 +13,7 @@
     include role::cache::configuration
     include role::cache::statsd
     include network::constants
+    include conftool::scripts
 
     # Only production needs these system perf tweaks
     if $::realm == 'production' {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic24d829802ec77edb68f76a544c240bd3eba5915
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to