/vagrant-puppet-modules

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

Primary LanguageVim ScriptApache License 2.0Apache-2.0

Description

Playing with moodules in Puppet. Single file version: vagrant-puppet-flat

VM description

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

Howto

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

Worth using:

  • puppet parser validate manifest.pp
  • puppet-lint manifest.pp
  • stdlib
  • puppet-concat
  • puppet-librarian

Bibliography

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.