
Most of the arrakis code moved here, using puppet-cassandra and puppet-zookeeper as dependencies Change-Id: I6bdfb80457c500e2c6ea98aeaa9e7c074757c6c7
16 lines
293 B
Ruby
16 lines
293 B
Ruby
#!/usr/bin/env ruby
|
|
#^syntax detection
|
|
|
|
forge "https://forgeapi.puppetlabs.com"
|
|
|
|
metadata
|
|
|
|
mod 'midonet-zookeeper',
|
|
:git => 'http://github.com/midonet/puppet-zookeeper',
|
|
:ref => 'master'
|
|
|
|
mod 'midonet-cassandra',
|
|
:git => 'http://github.com/midonet/puppet-cassandra',
|
|
:ref => 'master'
|
|
|