Adding home CentOS box

This commit is contained in:
Gene Liverman 2018-02-10 20:18:45 -08:00
parent 904f5cdd55
commit 57671871db
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
---
homedir: '/home/gene'

View file

@ -11,6 +11,10 @@ node default {
notify{'This is from the default node.':} notify{'This is from the default node.':}
} }
node 'bowl' {
include ::role::workstation
}
node 'gene' { node 'gene' {
include ::role::workstation include ::role::workstation
} }