Forge Home

puppetdev

Module to provide vim development environment for coders.

11,812 downloads

7,750 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.0 (latest)
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Mar 23rd 2016
This version is compatible with:
  • ,
This module has been deprecated by its author since Sep 19th 2019.

Start using this module

Documentation

cvquesty/puppetdev — version 0.2.0 Mar 23rd 2016

puppetdev

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with puppetdev
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

This module was built for a very narrow focus, but I realized it might be useful to others, so I went ahead and tidied it up for publishing on the Puppet Forge.

Its entire purpose is to configure a prebuilt "as I like it" vim editor environment for working on Puppet code. Certainly, there are a number of Vim Puppet plugins out there, and I do use some of the more popular, but what this does is adds funcitonality to vim such that it becomes a powerful IDE.

I would say the most effective use case would be to apply to a node for user X when the node is a centralized development host for use in a secure corporate environment. Often times a company will not allow desktop virtualization, so using tools like Vagrant is completely out of the question. However, the company will build a development environment for you in the data center.

When this scenario occurs, PuppetDev is there to give you a large amount of functionality within Vim for working with Puppet code.

Module Description

This module's main "claim to fame" is the lack of needing a GUI to work on Puppet code at a high level.

Setup

Seeing as this is a standard Puppet module, follow the rules for classifying a node as found in the Puppet Documentation here.

What puppetdev affects

  • Installs the "vim-enhanced" package to gain additional colorschemes and features.
  • Creates the specified user's .vim directory, and installs Pathogen into Vim
  • Adds the Pathogen required "bundle" directory for installing plugins
  • Installs all used modules into Pathogen
  • Creates a custom .vimrc for the user

Setup Requirements

No special requirements observed at this time, except for the needed stdlib and vcsrepo modules as dependencies.

Beginning with puppetdev

To use PuppetDev, simply install the module and then apply it to a node as per the above mentioned classification process. You can go with my default user listed, or pass in whatever user you wish as a parameter.

Usage

"Usage" is a strong word since no further action is required than the above configuration steps. One it applies, the user you passed in will now have an awesome IDE to work on Puppet from.

Reference

Since the actions performed are for a single, specific user, no exhaustive reference is needed at this time If folks decide to contribute to the project, then more documentaiton may be necessary at that time, but as for now usage is rather straightforward.

Limitations

This module was only ever tested on RedHat family products, so your particular mileage may vary. If you find bugs, by all means let me know or create a pull request to fix them, and I'll gladly review and incorporate your work/ideas.

Development

If you would like to contribute, you are more than welcome to the party. Simply clone the repo, make your edits, and open a pull request to me, and I will engage you right away.

Release Notes/Contributors/Etc

This is the initial release of PuppetDev. I'm new at this, so please be kind. :)