Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.37 KB

Puppet development boxes

A collection of vagrant boxes & guides that will level up your Puppet module development.

Development guides

These documents will help you get prepared for Puppet module development. They specifically focus on the development of Ruby types and providers. However, the environments will also handle manifest-based development.

Requirements

Environment setup

Setting up for remote development with vscode

You are going to need vscode and the Visual Studio Code Remote - SSH extension.

Follow this great guide to get started.

Tip! By default, the ssh configuration from vagrant ssh-config will specify the Host as default. Change this to something more meaningful, like vagrant.

Debugging