Skip to content

An example Vagrant + puppet repo demonstrating how to setup many user accounts. Hiera is used as the source of record.

Notifications You must be signed in to change notification settings

jcarley/usersetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usersetup Demo

General Overview

The setup is very simple. All this demo does is install many user accounts on a server. This has only been tested with a Ubuntu 12.04 machine. Each account is setup exactly the same including the password used. The default password used is password1.

User names are located in the common.yaml file located here.

  - manifests
    |- hieradata
       |- common.yaml

Vagrant

Testing with vagrant is as easy as calling vagrant up. The scripts will do the rest.

$ vagrant up

VPS

Copy the entire project to any folder on your VPS and run sudo ./puppet-apply.sh.

$ sudo ./puppet-apply.sh

About

An example Vagrant + puppet repo demonstrating how to setup many user accounts. Hiera is used as the source of record.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published