diff --git a/puppet/production/hieradata/nodes/Dawns-MacBook-Pro.yaml b/puppet/production/hieradata/nodes/Dawns-MacBook-Pro.yaml deleted file mode 100644 index 34847d5..0000000 --- a/puppet/production/hieradata/nodes/Dawns-MacBook-Pro.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -homedir: '/Users/gliverma' diff --git a/puppet/production/hieradata/nodes/YellowBadger.yaml b/puppet/production/hieradata/nodes/YellowBadger.yaml new file mode 100644 index 0000000..364301d --- /dev/null +++ b/puppet/production/hieradata/nodes/YellowBadger.yaml @@ -0,0 +1,2 @@ +--- +homedir: '/Users/gene' diff --git a/puppet/production/manifests/site.pp b/puppet/production/manifests/site.pp index d591330..68fa735 100644 --- a/puppet/production/manifests/site.pp +++ b/puppet/production/manifests/site.pp @@ -11,7 +11,7 @@ node default { notify{'This is from the default node.':} } -node 'dawns-macbook-pro' { +node 'yellowbadger' { include ::role::workstation }