Fix wrong default in parameter description

The standalone parameter defaults to true, not false.

Change-Id: I5c47d82c252aae998915d6f4b7cb34f6e013cb0b
(cherry picked from commit 1453e5900d)
This commit is contained in:
Takashi Kajinami 2024-09-17 13:36:47 +09:00
parent acbdb2995b
commit e03158da87

View File

@ -312,7 +312,7 @@
#
# [*standalone*]
# (optional) Whether to run ironic-inspector as a standalone service.
# Defaults to false
# Defaults to true
#
class ironic::inspector (
$package_ensure = 'present',