Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

maestrodev/vagrant-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

# Copyright 2011 MaestroDev
#
# 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.


Carlos Sanchez <csanchez@maestrodev.com>
http://www.maestrodev.com
2011-10-05

Examples of using Vagrant with several puppet modules that we have created,
such as wget, maven, sonar,...

https://github.com/maestrodev/puppet-maven
https://github.com/maestrodev/puppet-sonar
https://github.com/maestrodev/puppet-wget
...


/puppet

  Defines two Vagrant boxes, one acting as Puppet master and the other one a Puppet agent to that master
  Useful to test more complex Puppet manifests, check what runs in the master vs. what runs in the agent,...
  Used to test the puppet-maven module amongst other things
  Run "vagrant up; vagrant ssh client" to get into the puppet agent box

/sonar

  Defines a Vagrant box with Sonar installed using the puppet-sonar module
  Run "vagrant up; vagrant ssh" to get into the puppet agent box
  Go to http://localhost:19000/ to access Sonar

Releases

No releases published

Packages

No packages published

Languages