diff --git a/Puppetfile b/Puppetfile index a592d47ed..94605b1c2 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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' diff --git a/packstack/plugins/puppet_950.py b/packstack/plugins/puppet_950.py index 496c6e4ff..23962e1c8 100644 --- a/packstack/plugins/puppet_950.py +++ b/packstack/plugins/puppet_950.py @@ -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()