

Generating module at /Users/patrick/demo-puppet/modules/puppetmodule-apache $ puppet-module generate puppetmodule-apache

Puppet-module version # Show the version information for this tool Puppet-module usage # Display detailed usage documentation for this tool Puppet-module search TERM # Search the module repository for a module matching TERM Puppet-module repository # Show currently configured repository
#Vim taskpaper plugin install
Puppet-module install MODULE_NAME_OR_FILE # Install a module (eg, 'user-modname') from a repositor. Puppet-module help # Describe available tasks or one specific task Puppet-module generate USERNAME-MODNAME # Generate boilerplate for a new module Puppet-module clean # Clears module cache for all repositories Puppet-module changes # Show modified files in an installed module Puppet-module changelog # Display the changelog for this tool Puppet-module build # Build a module for release Luckily there is an easy way to generate a puppet module structure using the puppet-module gem $ gem install puppet-module I keep forgetting the correct structure, files etc. Tip 2: don’t create modules structure by hand The snippets that are expanded in the vim-puppet plugin can be found at: vim-cucumber gives you functionality for cucumber filesįor more information on the vim-puppet project go to:.vim-ruby gives you extra functionality for ruby files.Specky gives you functionality for rspec files.Snipmate gives you the snippets on tab expansion.Syntastic gives you syntax feedback while you edit files.Tabular gives you automatic => alignment.I’ve enabled the following plugins in my update_bundles script git_bundles = [ To use the vim-puppet plugin, you’re best to use pathogen written by Tim Pope. The most advanced vim-puppet integration I could currently(Dec/2011) find is :
#Vim taskpaper plugin how to
Pienaar showed us how to use Snipmate with vim and puppet :
