You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
By default, the module will prefix any plugin name that is missing the `vagrant-` prefix. e.g:
41
+
42
+
```puppet
43
+
vagrant::plugin { 'berkshelf': } # Resolves to vagrant-berkshelf
44
+
```
45
+
46
+
Some plugins such as [sahara](https://github.com/jedi4ever/sahara) do not use this prefix. You can override the automatic prefix behaviour with the prefix parameter. The usage would look as follows:
0 commit comments