vars: use vars in option descriptions
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
default = "sops";
|
default = "sops";
|
||||||
description = ''
|
description = ''
|
||||||
method to store secret facts
|
method to store secret facts
|
||||||
custom can be used to define a custom secret fact store.
|
custom can be used to define a custom secret var store.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -41,8 +41,8 @@
|
|||||||
];
|
];
|
||||||
default = "in_repo";
|
default = "in_repo";
|
||||||
description = ''
|
description = ''
|
||||||
method to store public facts.
|
method to store public vars.
|
||||||
custom can be used to define a custom public fact store.
|
custom can be used to define a custom public vars store.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user