Hey @Harish, If you puppet modules is /etc/puppet/modules, then create tests folder under it, and create
graphite.pp, then add content in it:
include graphite
Run this command:
cd /etc/puppet/modules/tests
puppet apply --modulepath=/etc/puppet/modules graphite.pp