Puppet and IntelliJ

Part of the fun of Puppetconf is getting to talk to so many people and learning clever new tricks from each other. I knew IntelliJ had some support for writing Puppet code but as Travis showed me it’s been greatly improved. If you’re running IntelliJ you’ll need to install both the Ruby and the Puppet plugins. If you’re on RubyMine only the latter is needed. By default the Puppet plugin handles single modules really well and gives you things like code completion and refactoring support for your classes and (defined) types.

Read More