Fix wrong default in parameter description
The standalone parameter defaults to true, not false. Change-Id: I5c47d82c252aae998915d6f4b7cb34f6e013cb0b
This commit is contained in:
parent
b864357485
commit
1453e5900d
@ -316,7 +316,7 @@
|
|||||||
#
|
#
|
||||||
# [*standalone*]
|
# [*standalone*]
|
||||||
# (optional) Whether to run ironic-inspector as a standalone service.
|
# (optional) Whether to run ironic-inspector as a standalone service.
|
||||||
# Defaults to false
|
# Defaults to true
|
||||||
#
|
#
|
||||||
class ironic::inspector (
|
class ironic::inspector (
|
||||||
$package_ensure = 'present',
|
$package_ensure = 'present',
|
||||||
|
Loading…
Reference in New Issue
Block a user