https://github.com/amine7536/vagrant-puppet-dev
https://github.com/amine7536/vagrant-puppet-dev
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amine7536/vagrant-puppet-dev
- Owner: amine7536
- Created: 2017-03-08T09:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T11:07:46.000Z (over 8 years ago)
- Last Synced: 2025-02-08T16:14:47.287Z (4 months ago)
- Language: Ruby
- Size: 3.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building, Testing and Deploying Puppet Modules
"Vagrant multiVM environment to build and test Puppet Modules "
# Servers
Puppet Server :
- CentOS 7
- IP : 10.0.20.10
- Version : puppetserver version: 2.7.2
- RPM : puppetserver-2.7.2-1.el7.noarchPuppet Agent1 :
- CentOS 7
- IP : 10.0.20.11
- Version : puppet-agent 4.9.3
- RPM: puppet-agent-1.9.2-1.el7.x86_64Puppet Agent2 :
- CentOS 6
- IP : 10.0.20.12
- Version : puppet 3.8.7
- RPM : puppet-3.8.7-1.el6.noarch# Getting started
```bash
$~> cd vagrant
$ vagrant> vagrant up
```## Connect to puppetserver
```bash
$ vagrant> vagrant ssh puppetserver
```## Connect to agent1 (centos7)
```bash
$ vagrant> vagrant ssh agent1
```## Connect to agent2 (centos6)
```bash
$ vagrant> vagrant ssh agent2
```