Create the midonet folder before anything
Change-Id: If91b360c983e5579e039b5d54b3d06a1108de12a
This commit is contained in:
parent
fec0cefb9f
commit
ad64b8cbbb
@ -42,6 +42,13 @@ class midonet::analytics::quickstart (
|
|||||||
$config_path = '/etc/midonet/midonet.conf',
|
$config_path = '/etc/midonet/midonet.conf',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
file { 'midonet folder':
|
||||||
|
ensure => 'directory',
|
||||||
|
path => '/etc/midonet',
|
||||||
|
owner => 'root',
|
||||||
|
mode => '0755',
|
||||||
|
} ->
|
||||||
|
|
||||||
file { 'set_config':
|
file { 'set_config':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
path => $config_path,
|
path => $config_path,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user