12
edits
| Line 102: | Line 102: | ||
Each developer should test his puppet code on the local machine. You can do this, by running setup/test_puppetcode.py, or manually run these 2 commands: | Each developer should test his puppet code on the local machine. You can do this, by running setup/test_puppetcode.py, or manually run these 2 commands: | ||
* puppet parser validate `find manifests modules -name '*.pp' -not -name 'site.pp'` | * puppet parser validate `find manifests modules -name '*.pp' -not -name 'site.pp'` | ||
* puppet-lint \ | * puppet-lint \ | ||
edits