Alexandros Kosiaris has submitted this change and it was merged.

Change subject: maps: lint the role
......................................................................


maps: lint the role

And remove the templates string

Change-Id: I07db729f4b1eff9a56fafdbcabf10ff02b0dcea3
---
M manifests/role/maps.pp
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/manifests/role/maps.pp b/manifests/role/maps.pp
index 57294ff..5fe0d7b 100644
--- a/manifests/role/maps.pp
+++ b/manifests/role/maps.pp
@@ -22,10 +22,10 @@
     $osmimporter_pass = hiera('postgresql::master::osmimporter_pass')
     $osmupdater_pass = hiera('postgresql::master::osmupdater_pass')
     file { '/usr/local/bin/maps-grants.sql':
-        owner => 'root',
-        group => 'root',
-        mode  => '0400',
-        content => template('templates/maps/grants.sql.erb'),
+        owner   => 'root',
+        group   => 'root',
+        mode    => '0400',
+        content => template('maps/grants.sql.erb'),
     }
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I07db729f4b1eff9a56fafdbcabf10ff02b0dcea3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>

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

Reply via email to