mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Adding home CentOS box
This commit is contained in:
parent
904f5cdd55
commit
57671871db
2 changed files with 6 additions and 0 deletions
2
puppet/production/hieradata/nodes/bowl.yaml
Normal file
2
puppet/production/hieradata/nodes/bowl.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
homedir: '/home/gene'
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue