Remove requirement of puppet-vlan
puppet-vlan module is not used anywhere since commit
7497a4e8bb
se we can
safely remove it from the list of puppet modules being
deployed from source and copied to other nodes.
Change-Id: I149acd749caa0ca290d2ff620fbc1be036f6bc20
This commit is contained in:
parent
4c37e48998
commit
aea5776607
@ -152,10 +152,6 @@ mod 'vcsrepo',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
||||
:ref => 'master'
|
||||
|
||||
mod 'vlan',
|
||||
:git => 'https://github.com/derekhiggins/puppet-vlan',
|
||||
:ref => 'master'
|
||||
|
||||
mod 'xinetd',
|
||||
:git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
|
||||
:ref => 'master'
|
||||
|
@ -148,7 +148,7 @@ def copy_puppet_modules(config, messages):
|
||||
'openstacklib', 'oslo', 'packstack', 'rabbitmq',
|
||||
'redis', 'remote', 'rsync', 'sahara', 'ssh',
|
||||
'stdlib', 'swift', 'sysctl', 'tempest', 'trove',
|
||||
'vcsrepo', 'vlan', 'vswitch', 'xinetd', ))
|
||||
'vcsrepo', 'vswitch', 'xinetd', ))
|
||||
|
||||
# write puppet manifest to disk
|
||||
manifestfiles.writeManifests()
|
||||
|
Loading…
Reference in New Issue
Block a user