This is a testable Puppet module designed for you or your organization to fork
and modify appropriately. The module comes with everything you need to develop
infrastructure code with Puppet and feel confident about it. See file
TESTING.md to learn more. (While you're encouraged to customize everything in
this module to fit your needs, I recommend keeping the TESTING.md file as-is.)
puppet-skeleton really kicks ass for module development. esp. the vagrant integration test! <3
List supported platforms and module dependencies here
List and explain the contained manifests here
Everything you need to know about testing this module is explained in
TESTING.md.
Author:: Mathias Lafeldt (mathias.lafeldt@gmail.com)
Copyright:: 2013-2014, Jimdo GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
