Add example manifest

Change-Id: I53f539835b6f9b9240a820148b8a33f41c448f22
This commit is contained in:
Xingchao Yu 2016-06-23 11:31:34 +08:00
parent dee1fe6356
commit eca9a13346
1 changed files with 11 additions and 0 deletions

11
examples/rally.pp Normal file
View File

@ -0,0 +1,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,
}