fix lint issues
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -125,11 +125,11 @@ class cloud::network(
|
|||||||
}
|
}
|
||||||
|
|
||||||
# TODO(EmilienM), Temporary, it's a bug in Debian packages. GH#342
|
# TODO(EmilienM), Temporary, it's a bug in Debian packages. GH#342
|
||||||
file { "/var/lib/neutron":
|
file { '/var/lib/neutron':
|
||||||
ensure => "directory",
|
ensure => 'directory',
|
||||||
owner => "neutron",
|
owner => 'neutron',
|
||||||
group => "neutron",
|
group => 'neutron',
|
||||||
mode => 755,
|
mode => '0755'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user