Ottomata has submitted this change and it was merged.

Change subject: Don't need to fully qualify local variables
......................................................................


Don't need to fully qualify local variables

Change-Id: Ia4e82ef7eaa1bca356636a36a1ba0e84f6c20147
---
M manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/init.pp b/manifests/init.pp
index d3fc4ac..f2fb052 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -151,12 +151,12 @@
         owner   => $config_file_owner,
         group   => $config_file_group,
     }
-    file { "${wikimetrics::config_directory}/queue_config.yaml":
+    file { "${config_directory}/queue_config.yaml":
         content => template('wikimetrics/queue_config.yaml.erb'),
         owner   => $config_file_owner,
         group   => $config_file_group,
     }
-    file { "${wikimetrics::config_directory}/web_config.yaml":
+    file { "${config_directory}/web_config.yaml":
         content => template('wikimetrics/web_config.yaml.erb'),
         owner   => $config_file_owner,
         group   => $config_file_group,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia4e82ef7eaa1bca356636a36a1ba0e84f6c20147
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/wikimetrics
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

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

Reply via email to