Jump to: navigation, search

Difference between revisions of "Puppet/Coding style"

(Before coding)
Line 2: Line 2:
  
 
== Before coding ==
 
== Before coding ==
 +
* Read this page
 +
* Make sure that what you're going to code is not already work in progress
 +
* Make sure you're familiar with Puppet Syntax, [http://puppet-lint.com/ Lint], [http://rspec-puppet.com/ Rspec], and [https://github.com/puppetlabs/beaker Beaker]
 +
* If you want to create a new module, read [[Puppet/New_module]]
  
 
== Best practices ==
 
== Best practices ==

Revision as of 03:03, 15 September 2015

Before coding

  • Read this page
  • Make sure that what you're going to code is not already work in progress
  • Make sure you're familiar with Puppet Syntax, Lint, Rspec, and Beaker
  • If you want to create a new module, read Puppet/New_module

Best practices

Testing

Documentation

Asking for review