GitXplorerGitXplorer
d

vagrant-scratch

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
614af0d6e23b84bc4a55c413c22d5e9fcc44e4cd

Merge pull request #1 from davejrt/dt/test

ddavejrt committed a year ago
Verified
ce8f5a07f42987b0c6af05f18651215335d46f38

update ubuntu

ddavejrt committed a year ago
Verified
b40783d894b44826640e633ddd447cb5b92de0e9

add ci

ddavejrt committed a year ago
Unverified
f89fb512eb38034df602495796a8a6250576731f

cutting out puppet stuff

committed 5 years ago
Unverified
fc2bd0e6a1bd8c0ff6a5e1e9142e70828f1b00d8

initial commit

committed 6 years ago

README

The README file for this repository.

Puppet Development Environment:

Prerequisites:
- Vagrant
- Virtualbox v5.x

Basic setup instructions

Create node definitions in manifests/default.pp

Add any modules into the Puppetfile

Clone any modules you want to develop into the modules directory

To bootstrap a server, run vagrant up. To re run puppet with any changes run vagrant provision

There are 5 different OS in the servers.yaml the user can test based on their preferences or the production environment they're trying to replicate