add servce_ensure option

This commit is contained in:
Xingchao Yu 2013-09-26 23:37:12 +08:00
parent 9a654a36cf
commit 9f9bd60b71
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
class designate::api (
$enabled = true,
$service_ensure = 'running',
$auth_strategy = 'noauth',
$keystone_host = '127.0.0.1',
$keystone_port = '35357',

View File

@ -1,4 +1,5 @@
class designate::central (
$service_ensure = 'running',
$enabled = true,
$backend_driver = 'bind9',
) {