Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 215 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 215 Bytes

puppet-template

Template puppet module

Replace foo with name of module:
osx: find . -type f -exec sed -i "" "s/foo/ntpd/g" '{}' ';'
linux: find . -type f -exec sed -i 's/foo/ntpd/g' '{}' ';'