Muehlenhoff has submitted this change and it was merged.

Change subject: Fix duplicate declaration of Package[python-designateclient]
......................................................................


Fix duplicate declaration of Package[python-designateclient]

Puppet runs on californium are failing with

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Duplicate declaration: Package[python-designateclient] is already declared; 
cannot redeclare at 
/etc/puppet/modules/openstack/manifests/horizon/service.pp:21 on node 
californium.wikimedia.org

This was introduced with 4b4ea79b99ea8bcabad5578d472e93f4182f2358

Change-Id: I79f09eba780e0e64525fe73b3f91d60e76ecce55
---
M modules/openstack/manifests/horizon/service.pp
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  Muehlenhoff: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/openstack/manifests/horizon/service.pp 
b/modules/openstack/manifests/horizon/service.pp
index d4da94f..3e60f8d 100644
--- a/modules/openstack/manifests/horizon/service.pp
+++ b/modules/openstack/manifests/horizon/service.pp
@@ -15,7 +15,6 @@
 
     package { [ 'python-keystoneclient',
                 'python-openstack-auth',
-                'python-designateclient',
                 'python-designate-dashboard' ]:
         ensure  => present,
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I79f09eba780e0e64525fe73b3f91d60e76ecce55
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to