You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sfloess edited this page Jan 2, 2011
·
10 revisions
Coding Standards
This document describes the coding standards used for all Puppet modules.
Naming
Variables
Modules
All variables for a module should be denoted by the module name, an underscore and the variable name in lower camel case: [module name][additional identifier][variable name]. Examples: