Create the midonet folder before anything

Change-Id: If91b360c983e5579e039b5d54b3d06a1108de12a
This commit is contained in:
Alex Ruiz Estradera 2016-10-20 10:01:21 +02:00
parent fec0cefb9f
commit ad64b8cbbb

View File

@ -42,6 +42,13 @@ class midonet::analytics::quickstart (
$config_path = '/etc/midonet/midonet.conf',
) {
file { 'midonet folder':
ensure => 'directory',
path => '/etc/midonet',
owner => 'root',
mode => '0755',
} ->
file { 'set_config':
ensure => present,
path => $config_path,