From 5ab64471e1e6f0d530579c28bf7462eb119e1f10 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 13 Aug 2017 19:44:46 -0700 Subject: [PATCH] Changes due to wiping and renaming my laptop --- puppet/production/hieradata/nodes/Dawns-MacBook-Pro.yaml | 2 -- puppet/production/hieradata/nodes/YellowBadger.yaml | 2 ++ puppet/production/manifests/site.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 puppet/production/hieradata/nodes/Dawns-MacBook-Pro.yaml create mode 100644 puppet/production/hieradata/nodes/YellowBadger.yaml 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 }