NOTE: puppet-magnum
4.x is NOT backwards compatible with puppet-magnum
3.x managed repos.
Re-initializing a puppet-magnum
3.x repo with 4.x will update and remove certain files in order to work with 4.x.
puppet-magnum
is a tool for rapid, consistent, and best practice Puppet (4+) module development.
puppet-magnum
helps the Puppet module developer create or maintain a Puppet module and test the module with tools like the following:
- Install Ruby 2.5.x.
- Install Vagrant.
- Install VirtualBox.
- Install Docker (optional).
% gem install puppet-magnum
% puppet-magnum --help
Commands:
puppet-magnum help [COMMAND] # Describe available commands or one specific command
puppet-magnum module # Module related tasks. Type 'puppet-magnum module' for more help.
puppet-magnum version # Display version and copyright information
The following shows how one can get started quickly creating an 'nginx' Puppet module:
% puppet-magnum module create nginx
create nginx/manifests
create nginx/data
create nginx/templates
create nginx/files
create nginx/spec
create nginx/spec/acceptance
create nginx/spec/acceptance/nodesets
...
create nginx/.puppet-magnum.init
create nginx/metadata.json
create nginx/manifests/init.pp
create nginx/hiera.yaml
create nginx/data/common.yaml
create nginx/.rspec
create nginx/spec/acceptance/nginx_spec.rb
create nginx/spec/spec_helper_acceptance.rb
create nginx/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
create nginx/spec/acceptance/nodesets/ubuntu-server-1604-x64.yml
remove nginx/.gitignore
create nginx/.gitignore
run git init from "./nginx"
run git add -A from "./nginx"
The following values can be set via a file in your home directory called .magnumrc
---
maintainer: Infrastructure Team
maintainer_email: infrastructure_team@example.com
copyright_holder: Example.com LLC
Thanks to the following projects and folks!:
- Thor
- Berkshelf
- Contributors, including @sepulworld
Copyright 2013-2018 Tehmasp Chaudhri tehmasp@chaudhri.me
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.