File: rally.pp

package info (click to toggle)
puppet-module-rally 6.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 552 kB
  • sloc: ruby: 1,514; python: 37; sh: 10; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Example: managing rally services

class { 'rally::settings':
  cirros_img_url            => 'http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img',
  project_domain            => 'admin',
  resource_deletion_timeout => '120',
}

class { 'rally':
  ensure_package => latest,
}