Add example manifest
Change-Id: I53f539835b6f9b9240a820148b8a33f41c448f22
This commit is contained in:
11
examples/rally.pp
Normal file
11
examples/rally.pp
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user