Skip to content

dieterdemeyer/puppet-intellij

Repository files navigation

IntelliJ IDEA Puppet Module for Boxen Build Status

Install IntelliJ IDEA, a code-centric IDE, focused on your productivity.

Usage

class { 'intellij':
  edition => 'community',
}
class { 'intellij':
  edition => 'ultimate',
	version => '12.1.4'
}

Required Puppet Modules

  • boxen

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.