Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/59163


Change subject: Install ldapsupportlib using pythonfile.
......................................................................

Install ldapsupportlib using pythonfile.

This lets us import it without mucking around with
the python path.

Change-Id: I5a328cd4a7597ed2e0242d234e4940a7a72fca34
---
M manifests/ldap.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/59163/1

diff --git a/manifests/ldap.pp b/manifests/ldap.pp
index e253419..33df664 100644
--- a/manifests/ldap.pp
+++ b/manifests/ldap.pp
@@ -402,7 +402,9 @@
                        source => 
"puppet:///files/ldap/scripts/manage-volumes-daemon";
                "/usr/local/sbin/manage-volumes":
                        ensure => absent;
-               "/usr/local/sbin/ldapsupportlib.py":
+       }
+
+       pythonfile {"/usr/local/sbin/ldapsupportlib.py":
                        owner => root,
                        group => root,
                        mode  => 0544,

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

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

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

Reply via email to