Skip to content

shawon-crosen/workstation-hieradata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

workstation-hieradata

To use this config:

Mac (bash):

sudo gem install puppet --no-ri --no-doc; \
sudo puppet module install call-workstation; \
curl -L https://github.com/call/workstation-hieradata/archive/master.zip | \
    bsdtar -xvf - -C ~; \
sudo puppet apply -e "class {'workstation': user => $(whoami)}" \
    --hiera_config ~/workstation-hieradata-master/hiera.yaml

Linux (bash):

sudo gem install puppet --no-ri --no-doc; \
sudo puppet module install call-workstation; \
cd ~; git clone https://github.com/call/workstation-hieradata.git; \
sudo puppet apply -e "class {'workstation': user => $(whoami)}" \
    --hiera_config ~/workstation-hieradata/hiera.yaml

About

Hieradata for workstation Puppet module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published