forked from ungleich-public/cdist
Fix missing object_id
This commit is contained in:
parent
ac21f53f40
commit
6a4e047538
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
|
|
||||||
# Whatever the details, we'll need MySQL/MariaDB
|
# Whatever the details, we'll need MySQL/MariaDB
|
||||||
require="__mysql" __nop
|
require="__mysql" __nop $__object_id
|
||||||
|
|
||||||
|
|
||||||
if [ -f "$__object/parameter/user" ]
|
if [ -f "$__object/parameter/user" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue