Yuvipanda has submitted this change and it was merged.
Change subject: labstore: Break dependency cycle
......................................................................
labstore: Break dependency cycle
Change-Id: I8f5144137e820a05f978a9b976531786b9a59605
---
M modules/labstore/manifests/account_services.pp
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Yuvipanda: Verified; Looks good to me, approved
diff --git a/modules/labstore/manifests/account_services.pp
b/modules/labstore/manifests/account_services.pp
index a07876d..0422a96 100644
--- a/modules/labstore/manifests/account_services.pp
+++ b/modules/labstore/manifests/account_services.pp
@@ -17,7 +17,12 @@
before => Package['python3-ldap3'],
}
- require_package('python3-yaml', 'python3-ldap3')
+ package { [
+ 'python3-ldap3',
+ 'python-yaml',
+ ]:
+ ensure => present,
+ }
# Set to true only for the labstore that is currently
# actively serving files
--
To view, visit https://gerrit.wikimedia.org/r/303604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8f5144137e820a05f978a9b976531786b9a59605
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits