Puppet Commands
Puppet Resource
You can import existing resources directly using puppet resource
Open the command palette (
Ctrl+Shift+P
) or right click on a puppet file and select the menu entryType
puppet resource
and press enterEnter the resource type you want to import, for example
user
The information returned will be pasted into the open editor window where your cursor is resting, or at the begining of an empty file.
You can change the notification message from the default message box, to a status bar notification or none at all, using the puppet.notification.puppetResource
configuration setting.
Puppet Node Graph preview
You can preview the node graph of a manifest while you edit your Puppet Code.
Open the command palette (
Ctrl+Shift+P
) or right click on a puppet file and select the menu entryType
puppet open node
.. and press enter
The node graph will appear next to the manifest
You can change the notification message from the default message box, to a status bar notification or none at all, using the puppet.notification.nodeGraph
configuration setting.
TODO - explain the include problem