Skip to content

Commit 04fcd33

Browse files
committed
(maint) Remove config field from bolt_plugin.json
The `config` field in a plugin's `bolt_plugin.json` file is deprecated in Bolt 2.0 This removes the field from the `puppet_agent` plugin so it does not raise an error.
1 parent 13ad0ca commit 04fcd33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt_plugin.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"hooks": {
33
"puppet_library": { "task": "puppet_agent::install" }
4-
},
5-
"config": { }
4+
}
65
}

0 commit comments

Comments
 (0)