add imlicit ordering

Change-Id: I8afc76b26911ef02c0ad26ae16e1f9627f558cef
This commit is contained in:
Igor Gajsin 2016-08-15 16:45:48 +03:00
parent 02992d6c80
commit f6e7db8f0c
2 changed files with 8 additions and 2 deletions

View File

@ -79,10 +79,16 @@ class {'::manila_auxiliary':
nova_pass => $nova_pass,
verbose => $verbose,
debug => $debug,
}
}->
create_resources('::manila_auxiliary::backend::generic', $backends)
class {'::manila_auxiliary::services': }
class {'::manila_auxiliary::ui': }
class {'::manila_auxiliary::meta': }
Class['::manila_auxiliary']->
Class['::manila_auxiliary::services']->
Class['::manila_auxiliary::meta']

View File

@ -17,5 +17,5 @@ define manila_auxiliary::backend::generic (
"${name}/path_to_private_key": value => $path_to_private_key;
"${name}/path_to_public_key": value => $path_to_public_key;
"${name}/share_backend_name": value => $share_backend_name;
}
}~>Service['manila-share']
}