/vagrant-puppet-flat

playing with vagrant and puppet: simple manifest focused on users managment

Primary LanguageVim ScriptApache License 2.0Apache-2.0

Description

Single file puppet manifest. Modular version: vagrant-puppet-modules

VM description

  • OS: Scientific linux 6
  • simple vm: pie.farm

Learned lessons

  • prepare own vagrant box: scientific linux 6 x86_64 (now veewee-boxarium)
  • simple Vagrantfile with puppet provisioning, share folder
  • use stage in puppet manifest
  • manage yum repos (tags, resource collecions )
  • install some packages
  • manage users (virtual resources)
  • manage ssh key authentication
  • use hiera

Howto

    vagrant up
    ssh root@localhost -p 2222
    ssh emu@localhost -p 2222
    ssh elk@localhost -p 2222
    vagrant destroy

Bibliography

Puppet

Puppet IDE

Vagrant

Copyright and license

Copyright 2012-2013, Kamil Wilas (wilas.pl)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.