Skip to content
Milos Kleint edited this page Oct 11, 2015 · 3 revisions

What constitutes a Puppet project in the IDE?

Any folder containing manifests/init.pp or manifests/site.pp files will be automatically recognised by the IDE as a Puppet project. If you have an existing Puppet module, just click the Open Project.. toolbar icon or main menu item and navigate to it. open project

Create a new Puppet project

You can also create a new Puppet module from scratch. Click the New project... toolbar icon or main menu item and select the Puppet module project type in the Puppet category. create project

Project view

Once opened or created the Puppet project shows up in the Projects view along with any other projects of other types you might have. You can open as many Puppet projects as you want. Once a .pp file is selected/active in the Projects view or editor, Navigator panel will show all other .pp files from the same module for easy navigation. project view

Clone this wiki locally