All Projects → tehmaspc → puppet-magnum

tehmaspc / puppet-magnum

Licence: other
rubygems.org/gems/puppet-magnum

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to puppet-magnum

packer-vagrant-builder
Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's
Stars: ✭ 49 (+58.06%)
Mutual labels:  vagrant, puppet
Chassis
📦 Chassis is a virtual server for your WordPress site, built using Vagrant.
Stars: ✭ 602 (+1841.94%)
Mutual labels:  vagrant, puppet
vagrant-puppetmaster
A simple vagrant setup exposing all permutations of puppetmaster roles
Stars: ✭ 19 (-38.71%)
Mutual labels:  vagrant, puppet
devops
Setup & installers for databases, runtimes, queues etc. using Anaconda, Ansible, Vagrant, Docker, AWS, Puppet, automation etc.
Stars: ✭ 28 (-9.68%)
Mutual labels:  vagrant, puppet
Jenkins Infra
Jenkins main control repo for R10k and our Puppet Enterprise managed infrastructure
Stars: ✭ 76 (+145.16%)
Mutual labels:  vagrant, puppet
vagrant-dspace
(No longer actively maintained. Replaced by Docker compose in main codebase.) DSpace + Vagrant. Quickly spin up a virtual machine (via Vagrant) which is "DSpace development ready"
Stars: ✭ 37 (+19.35%)
Mutual labels:  vagrant, puppet
Wirbelsturm
Wirbelsturm is a Vagrant and Puppet based tool to perform 1-click local and remote deployments, with a focus on big data tech like Kafka.
Stars: ✭ 332 (+970.97%)
Mutual labels:  vagrant, puppet
vagrant-r10k
UNSUPPORTED - SEEKING MAINTAINER - Vagrant middleware plugin to retrieve puppet modules using r10k.
Stars: ✭ 36 (+16.13%)
Mutual labels:  vagrant, puppet
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (+38.71%)
Mutual labels:  vagrant, puppet
Vagrant Rails Dev
my vagrant rails development box
Stars: ✭ 16 (-48.39%)
Mutual labels:  vagrant, puppet
Ghtorrent Vagrant
A Vagrant box with Puppet provisioning for running GHTorrent locally
Stars: ✭ 6 (-80.65%)
Mutual labels:  vagrant, puppet
Primary Vagrant
An Apache based Vagrant configuration for helping you get the most out of WordPress Development
Stars: ✭ 192 (+519.35%)
Mutual labels:  vagrant, puppet
Vagrant Golang
A very easy to use golang environment for use with vagrant.
Stars: ✭ 104 (+235.48%)
Mutual labels:  vagrant, puppet
vagrant-magento
**DEPRECATED**
Stars: ✭ 12 (-61.29%)
Mutual labels:  vagrant, puppet
grpc
gRPC Service & Protocol Buffers for Wechaty Puppet
Stars: ✭ 20 (-35.48%)
Mutual labels:  puppet
puppet-pkgng
A Puppet package provider for FreeBSD's PkgNG package manager.
Stars: ✭ 39 (+25.81%)
Mutual labels:  puppet
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-9.68%)
Mutual labels:  puppet
kubernetes-basico
Demonstração dos componentes do Kubernetes
Stars: ✭ 26 (-16.13%)
Mutual labels:  vagrant
puppet-mrepo
Puppet module for creating and managing RPM based repository mirrors.
Stars: ✭ 17 (-45.16%)
Mutual labels:  puppet
magento2-ansible-vagrant
Ⓜ️2️⃣ Ansible provisioned Ubuntu 16.04 vagrant box for Magento2 development.
Stars: ✭ 25 (-19.35%)
Mutual labels:  vagrant

puppet-magnum

Build Status

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:

Installation

Requirements

Install puppet-magnum

  • % gem install puppet-magnum

Usage

% 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

Example: Creating an nginx Puppet Module

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"

.magnumrc File

The following values can be set via a file in your home directory called .magnumrc

---
  maintainer: Infrastructure Team
  maintainer_email: [email protected]
  copyright_holder: Example.com LLC

Documentation

Credits

Thanks to the following projects and folks!:

Authors and License

Copyright 2013-2018 Tehmasp Chaudhri [email protected]

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].