Duplicate declaration: Package[build-essential]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
New
|
Undecided
|
Unassigned |
Bug Description
I followed below doc url to deploy one single openstack ci node.
http://
But when run puppet apply --verbose /etc/puppet/
Error: Duplicate declaration: Package[
Error: Duplicate declaration: Package[
Then terminated runnning
I checked /etc/puppet/
Seemed recently community pused new commit on puppet-zuul
https:/
which commit leadt to puppet error
Seemed puppet-nodepool has declared build-essentials too
https:/
Could anyone tell me how to fix?
Thanks in advanced!
I remove line 59 of the /etc/puppet/ modules/ nodepool/ manifests/ init.pp to fix this bug. essential' , # I remove this line
$packages = [
'build-
'libffi-dev',
'libssl-dev',
'libgmp-dev', # transitive dep of paramiko
# xml2 and xslt are needed to build python lxml.
'libxml2-dev',
'libxslt-dev',
]