https://github.com/example42/example42-tools
Some scripts and tools to manage Example42 Puppet Modules
https://github.com/example42/example42-tools
Last synced: 3 months ago
JSON representation
Some scripts and tools to manage Example42 Puppet Modules
- Host: GitHub
- URL: https://github.com/example42/example42-tools
- Owner: example42
- Created: 2012-01-21T10:43:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T19:23:12.000Z (over 8 years ago)
- Last Synced: 2025-03-26T02:51:08.313Z (3 months ago)
- Language: Shell
- Homepage: http://www.example42.com
- Size: 35.2 KB
- Stars: 10
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deprecation notice
This repo is no longer maintained.
Check [example42 control-repo](https://github.com/example42/control-repo) for a compete Puppet environment with relevant toolset.
## Example 42 Tools
Here you find some scripts and scripts useful to manage Example42 modules##= Example42 modules creation and management scripts
* [*module_clone.sh*] - Create a new module with default structure based on an existing template
* [*project_rename.sh*] - Create a project module based on module example42 with your $my_project name
* [*sync.sh*] - Executes the git commands to update the repository and all the submodules
* [*check-module.sh*] - Runs checks on the current module. It requires rake, puppet (doc) and puppet-lint##= Other scripts
* [*get_webmin_params.sh*] - Gather OS related infos about a module (package) from the WebMin source configuration files
* [*massfindandreplace.sh*] - Simple recursive find and replace script.
* [*massfindandreplace_macspurious.sh*] - Removes the non visible chars I often leave around with my Mac ;-)