How to create class and module in puppet
In my previous article (“How to automate your IT infrastructure with puppet“) I showed you how to install and configure puppet, and how to write simple manifest.Today I’ll show you how to write those simple manifest using puppet classes and modules using the same server environment. What is class and …