March 2017
Beginner to intermediate
925 pages
18h 11m
English
Choosing appropriate and informative names for your modules and classes will be a big help when it comes to maintaining your code. This is even truer if other people need to read and work on your manifests.
Here are some tips on how to name things in your manifests:
apache or haproxy.apache::vhosts or rails::dependencies.disabled. For example, a class that disables Apache should be named apache::disabled.Read now
Unlock full access