28 lines
550 B
Ruby
28 lines
550 B
Ruby
#!/usr/bin/env ruby
|
|
#^syntax detection
|
|
|
|
forge "https://forgeapi.puppetlabs.com"
|
|
|
|
|
|
## OpenStack modules
|
|
|
|
mod 'puppet-neutron',
|
|
:git => 'https://github.com/openstack/puppet-neutron',
|
|
:ref => 'stable/mitaka'
|
|
|
|
## External modules
|
|
|
|
mod 'puppetlabs/inifile'
|
|
mod 'puppetlabs/apt'
|
|
mod 'puppetlabs/java'
|
|
mod 'puppetlabs/stdlib'
|
|
mod 'puppetlabs/apache'
|
|
mod 'puppetlabs/firewall'
|
|
mod 'deric/zookeeper'
|
|
mod 'locp/cassandra'
|
|
mod 'puppetlabs/concat'
|
|
|
|
mod 'midonet_openstack',
|
|
:git => 'https://github.com/midonet/puppet-midonet_openstack',
|
|
:ref => 'master'
|