Running Puppet-Lint in Intellij IDEA I have recently begun editing Puppet modules, Hiera configuration files, Bash and Python scripts with Intellij IDEA. To prevent unstable build due to puppet-lint errors I have configured the IDE to run puppet-lint as follows. Install puppet-lint for your user account: gem install puppet-lint Add puppet-lint as an external tool in Intellij IDEA Add a […]
Learning VIM, again I remember trying to learn how to use vim in my early teens. The first basic steps are easy: navigating, saving and quitting I could quickly pick up. Then I was stuck and gradually moved over to joe. I need to somewhat shamefully admit that until recently, my editor of choice was nano. But then, a […]